Class SpreadsheetPropertySetterTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.SpreadsheetPropertySetterTest
-
public class SpreadsheetPropertySetterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetPropertySetterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestColumnMany()voidtestColumnNotMany()voidtestColumnNull()voidtestEditNull()voidtestEditReferencingCellWithoutRow()voidtestEditReferencingCellWithRow()voidtestSettingToNull()
-
-
-
Method Detail
-
testEditNull
public void testEditNull() throws EolRuntimeException- Throws:
EolRuntimeException
-
testSettingToNull
public void testSettingToNull() throws EolRuntimeException- Throws:
EolRuntimeException
-
testColumnNull
public void testColumnNull() throws EolRuntimeException- Throws:
EolRuntimeException
-
testColumnNotMany
public void testColumnNotMany() throws EolRuntimeException- Throws:
EolRuntimeException
-
testColumnMany
public void testColumnMany() throws EolRuntimeException- Throws:
EolRuntimeException
-
testEditReferencingCellWithoutRow
public void testEditReferencingCellWithoutRow() throws EolRuntimeException- Throws:
EolRuntimeException
-
testEditReferencingCellWithRow
public void testEditReferencingCellWithRow() throws EolRuntimeException- Throws:
EolRuntimeException
-
-