Class GSFindTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.google.find.GSFindTest
-
public class GSFindTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GSFindTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
models()
void
testDoubleColumn()
void
testFindInManyValues()
void
testFindInUnknownWorksheet()
void
testFindMultipleValues()
void
testFindMultipleValuesInMultipleCells()
void
testFindValues()
void
testInvalidFindFormatMissingSheetIdFromColumn()
void
testUnknownColumn()
-
-
-
Constructor Detail
-
GSFindTest
public GSFindTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static Collection<Object[]> models() throws Exception
- Throws:
Exception
-
testFindInUnknownWorksheet
public void testFindInUnknownWorksheet() throws Exception
- Throws:
Exception
-
testInvalidFindFormatMissingSheetIdFromColumn
public void testInvalidFindFormatMissingSheetIdFromColumn() throws Exception
- Throws:
Exception
-
-