Class DeleteRowTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.delete.DeleteRowTest
-
public class DeleteRowTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeleteRowTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<java.lang.Object[]>
models()
void
testDeleteReferencingRow()
void
testDeleteRegularRow()
void
testRowFromAnotherWorksheet()
-
-
-
Constructor Detail
-
DeleteRowTest
public DeleteRowTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static java.util.Collection<java.lang.Object[]> models() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRowFromAnotherWorksheet
public void testRowFromAnotherWorksheet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDeleteRegularRow
public void testDeleteRegularRow() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDeleteReferencingRow
public void testDeleteReferencingRow() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-