Class CreateInstanceSheetDataTypeStrictTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.instantiate.CreateInstanceSheetDataTypeStrictTest
-
public class CreateInstanceSheetDataTypeStrictTest extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateInstanceSheetDataTypeStrictTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
models()
void
testManyCellsDataTypeStrict()
void
testManyCellsDataTypeStrictEmptyRow()
void
testManyCellsDataTypeStrictNullValues()
void
testManyCellsDataTypeStrictSetOfValues()
void
testNotManyCellsDataTypeStrict()
void
testNotManyCellsDataTypeStrictEmptyRow()
void
testNotManyCellsDataTypeStrictEmptyValues()
void
testNotManyCellsDataTypeStrictSetOfValues()
-
-
-
Constructor Detail
-
CreateInstanceSheetDataTypeStrictTest
public CreateInstanceSheetDataTypeStrictTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static Collection<Object[]> models() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrict
public void testNotManyCellsDataTypeStrict() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrictEmptyRow
public void testNotManyCellsDataTypeStrictEmptyRow() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrictEmptyValues
public void testNotManyCellsDataTypeStrictEmptyValues() throws Exception
- Throws:
Exception
-
testNotManyCellsDataTypeStrictSetOfValues
public void testNotManyCellsDataTypeStrictSetOfValues() throws Exception
- Throws:
Exception
-
testManyCellsDataTypeStrict
public void testManyCellsDataTypeStrict() throws Exception
- Throws:
Exception
-
testManyCellsDataTypeStrictEmptyRow
public void testManyCellsDataTypeStrictEmptyRow() throws Exception
- Throws:
Exception
-
testManyCellsDataTypeStrictNullValues
public void testManyCellsDataTypeStrictNullValues() throws Exception
- Throws:
Exception
-
-