Class SpreadsheetPropertyGetterTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.SpreadsheetPropertyGetterTest
-
public class SpreadsheetPropertyGetterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetPropertyGetterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCollection()
void
testColumnIsMany()
void
testColumnIsManyAndCellIsBlank()
void
testColumnNotMany()
void
testColumnNotManyAndCellIsBlank()
-
-
-
Method Detail
-
testColumnNotMany
public void testColumnNotMany() throws EolRuntimeException
- Throws:
EolRuntimeException
-
testColumnNotManyAndCellIsBlank
public void testColumnNotManyAndCellIsBlank() throws EolRuntimeException
- Throws:
EolRuntimeException
-
testColumnIsMany
public void testColumnIsMany() throws EolRuntimeException
- Throws:
EolRuntimeException
-
testColumnIsManyAndCellIsBlank
public void testColumnIsManyAndCellIsBlank() throws EolRuntimeException
- Throws:
EolRuntimeException
-
testCollection
public void testCollection() throws EolRuntimeException
- Throws:
EolRuntimeException
-
-