Class ExcelCollectionFormatterTest
- java.lang.Object
-
- com.hybris.backoffice.excel.template.ExcelCollectionFormatterTest
-
public class ExcelCollectionFormatterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelCollectionFormatterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldFormatToCollection()voidshouldFormatToCollectionElementsWithCommas()voidshouldFormatToString()voidshouldFormatToStringFromVarArgs()
-
-
-
Method Detail
-
shouldFormatToCollection
public void shouldFormatToCollection()
-
shouldFormatToString
public void shouldFormatToString()
-
shouldFormatToStringFromVarArgs
public void shouldFormatToStringFromVarArgs()
-
shouldFormatToCollectionElementsWithCommas
public void shouldFormatToCollectionElementsWithCommas()
-
-