Class DeleteRowTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.delete.DeleteRowTest
-
public class DeleteRowTest extends 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 Collection<Object[]>
models()
void
testDeleteReferencingRow()
void
testDeleteRegularRow()
void
testRowFromAnotherWorksheet()
-
-
-
Constructor Detail
-
DeleteRowTest
public DeleteRowTest(SpreadsheetModel model)
-
-