Class PrefixedVisibleValuePopertyGetterTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.propertygetter.PrefixedVisibleValuePopertyGetterTest
-
public class PrefixedVisibleValuePopertyGetterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description PrefixedVisibleValuePopertyGetterTest(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
-
PrefixedVisibleValuePopertyGetterTest
public PrefixedVisibleValuePopertyGetterTest(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
-
-