Class ReferencedCellPropertySetterTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.propertysetter.ReferencedCellPropertySetterTest
-
public class ReferencedCellPropertySetterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferencedCellPropertySetterTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
models()
void
testMany_SetToEmpty()
void
testMany_SetToMultipleValues()
void
testMany_SetToNull()
void
testMany_SetToSingleValue()
void
testMany_SetToSpace()
void
testNotMany()
void
testNotMany_SetToEmpty()
void
testNotMany_SetToNull()
void
testNotMany_SetToSpace()
-
-
-
Constructor Detail
-
ReferencedCellPropertySetterTest
public ReferencedCellPropertySetterTest(SpreadsheetModel model)
-
-