Class GSFindTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.google.find.GSFindTest
-
public class GSFindTest extends java.lang.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 java.util.Collection<java.lang.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 java.util.Collection<java.lang.Object[]> models() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindValues
public void testFindValues() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindInManyValues
public void testFindInManyValues() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindInUnknownWorksheet
public void testFindInUnknownWorksheet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testInvalidFindFormatMissingSheetIdFromColumn
public void testInvalidFindFormatMissingSheetIdFromColumn() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUnknownColumn
public void testUnknownColumn() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDoubleColumn
public void testDoubleColumn() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindMultipleValues
public void testFindMultipleValues() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFindMultipleValuesInMultipleCells
public void testFindMultipleValuesInMultipleCells() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-