Class StringCellValueTest
- java.lang.Object
-
- com.hybris.backoffice.excel.template.cell.AbstractCellValueTest
-
- com.hybris.backoffice.excel.template.cell.StringCellValueTest
-
public class StringCellValueTest extends AbstractCellValueTest
-
-
Constructor Summary
Constructors Constructor Description StringCellValueTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldGivenTypeCellBeHandled()voidshouldGivenTypeCellNotBeHandled()voidshouldGivenValueBeHandledCorrectly()
-
-
-
Method Detail
-
shouldGivenTypeCellBeHandled
public void shouldGivenTypeCellBeHandled()
- Specified by:
shouldGivenTypeCellBeHandledin classAbstractCellValueTest
-
shouldGivenTypeCellNotBeHandled
public void shouldGivenTypeCellNotBeHandled()
- Specified by:
shouldGivenTypeCellNotBeHandledin classAbstractCellValueTest
-
shouldGivenValueBeHandledCorrectly
public void shouldGivenValueBeHandledCorrectly()
- Specified by:
shouldGivenValueBeHandledCorrectlyin classAbstractCellValueTest
-
-