Class AbstractCellValueTest
java.lang.Object
com.hybris.backoffice.excel.template.cell.AbstractCellValueTest
- Direct Known Subclasses:
DataCellValueTest,FormulaCellValueTest,NumericCellValueTest,StringCellValueTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidabstract voidabstract void
-
Constructor Details
-
AbstractCellValueTest
public AbstractCellValueTest()
-
-
Method Details
-
shouldGivenTypeCellBeHandled
public abstract void shouldGivenTypeCellBeHandled() -
shouldGivenTypeCellNotBeHandled
public abstract void shouldGivenTypeCellNotBeHandled() -
shouldGivenValueBeHandledCorrectly
public abstract void shouldGivenValueBeHandledCorrectly()
-