Class CascadeUpdatesCellsNotManyPropertySetterTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.propertysetter.CascadeUpdatesCellsNotManyPropertySetterTest
-
public class CascadeUpdatesCellsNotManyPropertySetterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CascadeUpdatesCellsNotManyPropertySetterTest(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
testCellsNotManyToNotMany()
void
testCellsNotManyToNotMany_CascadeToSecondLevel()
-
-
-
Constructor Detail
-
CascadeUpdatesCellsNotManyPropertySetterTest
public CascadeUpdatesCellsNotManyPropertySetterTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static java.util.Collection<java.lang.Object[]> models() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCellsNotManyToNotMany
public void testCellsNotManyToNotMany() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCellsNotManyToNotMany_CascadeToSecondLevel
public void testCellsNotManyToNotMany_CascadeToSecondLevel() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-