Class ReferencingCellPropertySetterTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.propertysetter.ReferencingCellPropertySetterTest
-
public class ReferencingCellPropertySetterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferencingCellPropertySetterTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
models()
void
testInvalidReferencedRow()
void
testReferencingCellManyReferencedMany_MultipleRows()
void
testReferencingCellManyReferencedMany_OneValue()
void
testReferencingCellManyReferencedMany_TwoValues()
void
testReferencingCellManyReferencedNotMany_MultipleRows()
void
testReferencingCellManyReferencedNotMany_OneValue()
void
testReferencingCellManyReferencedNotMany_TwoValues()
void
testReferencingCellNotManyReferencedMany_MultipleRows()
void
testReferencingCellNotManyReferencedMany_OneValue()
void
testReferencingCellNotManyReferencedMany_TwoValues()
void
testReferencingCellNotManyReferencedNotMany()
void
testReferencingCellNotManyReferencedNotMany_MultipleRows()
-
-
-
Constructor Detail
-
ReferencingCellPropertySetterTest
public ReferencingCellPropertySetterTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static Collection<Object[]> models() throws Exception
- Throws:
Exception
-
testReferencingCellNotManyReferencedNotMany
public void testReferencingCellNotManyReferencedNotMany() throws Exception
- Throws:
Exception
-
testReferencingCellNotManyReferencedNotMany_MultipleRows
public void testReferencingCellNotManyReferencedNotMany_MultipleRows() throws Exception
- Throws:
Exception
-
testReferencingCellNotManyReferencedMany_OneValue
public void testReferencingCellNotManyReferencedMany_OneValue() throws Exception
- Throws:
Exception
-
testReferencingCellNotManyReferencedMany_TwoValues
public void testReferencingCellNotManyReferencedMany_TwoValues() throws Exception
- Throws:
Exception
-
testReferencingCellNotManyReferencedMany_MultipleRows
public void testReferencingCellNotManyReferencedMany_MultipleRows() throws Exception
- Throws:
Exception
-
testReferencingCellManyReferencedNotMany_OneValue
public void testReferencingCellManyReferencedNotMany_OneValue() throws Exception
- Throws:
Exception
-
testReferencingCellManyReferencedNotMany_TwoValues
public void testReferencingCellManyReferencedNotMany_TwoValues() throws Exception
- Throws:
Exception
-
testReferencingCellManyReferencedNotMany_MultipleRows
public void testReferencingCellManyReferencedNotMany_MultipleRows() throws Exception
- Throws:
Exception
-
testReferencingCellManyReferencedMany_OneValue
public void testReferencingCellManyReferencedMany_OneValue() throws Exception
- Throws:
Exception
-
testReferencingCellManyReferencedMany_TwoValues
public void testReferencingCellManyReferencedMany_TwoValues() throws Exception
- Throws:
Exception
-
-