Class CreateInstanceReferencingSheetNotDataTypeStrictTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.instantiate.CreateInstanceReferencingSheetNotDataTypeStrictTest
-
public class CreateInstanceReferencingSheetNotDataTypeStrictTest extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateInstanceReferencingSheetNotDataTypeStrictTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
models()
void
testManyCells()
void
testManyCellsFromManyCells()
void
testManyCellsMultipleRows()
void
testManyCellsMultipleRowsFromManyCells()
void
testNotManyCells()
void
testNotManyCellsFromManyCells()
void
testNotManyCellsMultipleRows()
void
testNotManyCellsMultipleRowsFromManyCells()
-
-
-
Constructor Detail
-
CreateInstanceReferencingSheetNotDataTypeStrictTest
public CreateInstanceReferencingSheetNotDataTypeStrictTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static Collection<Object[]> models() throws Exception
- Throws:
Exception
-
testNotManyCellsMultipleRows
public void testNotManyCellsMultipleRows() throws Exception
- Throws:
Exception
-
testManyCellsMultipleRows
public void testManyCellsMultipleRows() throws Exception
- Throws:
Exception
-
testNotManyCellsFromManyCells
public void testNotManyCellsFromManyCells() throws Exception
- Throws:
Exception
-
testNotManyCellsMultipleRowsFromManyCells
public void testNotManyCellsMultipleRowsFromManyCells() throws Exception
- Throws:
Exception
-
testManyCellsFromManyCells
public void testManyCellsFromManyCells() throws Exception
- Throws:
Exception
-
-