Class CreateInstanceReferencingSheetDataTypeStrictTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.instantiate.CreateInstanceReferencingSheetDataTypeStrictTest
-
public class CreateInstanceReferencingSheetDataTypeStrictTest extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateInstanceReferencingSheetDataTypeStrictTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
models()
void
testManyCellsDataTypeStrictFromManyCells()
void
testManyCellsDataTypeStrictFromNotManyCells()
void
testManyCellsDataTypeStrictMultipleRowsFromManyCells()
void
testManyCellsDataTypeStrictMultipleRowsFromNotManyCells()
void
testNotManyCellsDataTypeStrictFromManyCells()
void
testNotManyCellsDataTypeStrictFromNotManyCells()
void
testNotManyCellsDataTypeStrictMultipleRowsFromManyCells()
void
testNotManyCellsDataTypeStrictMultipleRowsFromNotManyCells()
void
testWriteEmptyValueFromReferencedRow()
void
testWriteNonRowToReferencingCell()
-
-
-
Constructor Detail
-
CreateInstanceReferencingSheetDataTypeStrictTest
public CreateInstanceReferencingSheetDataTypeStrictTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static Collection<Object[]> models() throws Exception
- Throws:
Exception
-
testWriteNonRowToReferencingCell
public void testWriteNonRowToReferencingCell() throws Exception
- Throws:
Exception
-
testWriteEmptyValueFromReferencedRow
public void testWriteEmptyValueFromReferencedRow() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrictFromNotManyCells
public void testNotManyCellsDataTypeStrictFromNotManyCells() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrictMultipleRowsFromNotManyCells
public void testNotManyCellsDataTypeStrictMultipleRowsFromNotManyCells() throws Exception
- Throws:
Exception
-
testManyCellsDataTypeStrictFromNotManyCells
public void testManyCellsDataTypeStrictFromNotManyCells() throws Exception
- Throws:
Exception
-
testManyCellsDataTypeStrictMultipleRowsFromNotManyCells
public void testManyCellsDataTypeStrictMultipleRowsFromNotManyCells() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrictFromManyCells
public void testNotManyCellsDataTypeStrictFromManyCells() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrictMultipleRowsFromManyCells
public void testNotManyCellsDataTypeStrictMultipleRowsFromManyCells() throws Exception
- Throws:
Exception
-
testManyCellsDataTypeStrictFromManyCells
public void testManyCellsDataTypeStrictFromManyCells() throws Exception
- Throws:
Exception
-
-