Class DefaultExcelCellServiceTest
- java.lang.Object
-
- com.hybris.backoffice.excel.template.cell.DefaultExcelCellServiceTest
-
public class DefaultExcelCellServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultExcelCellServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldDataCellValueBeInvokedAsDefault()voidshouldExportedValueBeEscaped()voidshouldFirstMatchTerminateIteration()voidshouldGetCellValueBeNullSafe()voidshouldImportedValueBeEscaped()voidshouldImportedValueBeNotEscaped()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGetCellValueBeNullSafe
public void shouldGetCellValueBeNullSafe()
-
shouldFirstMatchTerminateIteration
public void shouldFirstMatchTerminateIteration()
-
shouldDataCellValueBeInvokedAsDefault
public void shouldDataCellValueBeInvokedAsDefault()
-
shouldImportedValueBeEscaped
public void shouldImportedValueBeEscaped()
-
shouldImportedValueBeNotEscaped
public void shouldImportedValueBeNotEscaped()
-
shouldExportedValueBeEscaped
public void shouldExportedValueBeEscaped()
-
-