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