Class PlainTextCellPropertySetterTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.propertysetter.PlainTextCellPropertySetterTest
-
public class PlainTextCellPropertySetterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description PlainTextCellPropertySetterTest(SpreadsheetModel model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
models()
void
testSetManyCellOfMultipleRowsToValue()
void
testSetManyCellToEmpty()
void
testSetManyCellToNonInt()
void
testSetManyCellToNull()
void
testSetManyCellToSeparatedValues()
void
testSetManyCellToSpace()
void
testSetManyCellToValue()
void
testSetNotManyCellOfMultipleRowsToValue()
void
testSetNotManyCellToEmpty()
void
testSetNotManyCellToNonInt()
void
testSetNotManyCellToNull()
void
testSetNotManyCellToOneNonIntValue()
void
testSetNotManyCellToSeparatedValues()
void
testSetNotManyCellToSpace()
void
testSetNotManyCellToValue()
-
-
-
Constructor Detail
-
PlainTextCellPropertySetterTest
public PlainTextCellPropertySetterTest(SpreadsheetModel model)
-
-
Method Detail
-
models
public static Collection<Object[]> models() throws Exception
- Throws:
Exception
-
testSetNotManyCellToEmpty
public void testSetNotManyCellToEmpty() throws Exception
- Throws:
Exception
-
testSetNotManyCellToSpace
public void testSetNotManyCellToSpace() throws Exception
- Throws:
Exception
-
testSetNotManyCellToValue
public void testSetNotManyCellToValue() throws Exception
- Throws:
Exception
-
testSetNotManyCellToSeparatedValues
public void testSetNotManyCellToSeparatedValues() throws Exception
- Throws:
Exception
-
testSetNotManyCellOfMultipleRowsToValue
public void testSetNotManyCellOfMultipleRowsToValue() throws Exception
- Throws:
Exception
-
testSetNotManyCellToNonInt
public void testSetNotManyCellToNonInt() throws Exception
- Throws:
Exception
-
testSetNotManyCellToOneNonIntValue
public void testSetNotManyCellToOneNonIntValue() throws Exception
- Throws:
Exception
-
testSetManyCellOfMultipleRowsToValue
public void testSetManyCellOfMultipleRowsToValue() throws Exception
- Throws:
Exception
-
testSetManyCellToSeparatedValues
public void testSetManyCellToSeparatedValues() throws Exception
- Throws:
Exception
-
-