Package com.hybris.backoffice.excel.data
Class ExcelExportParamsTest
- java.lang.Object
-
- com.hybris.backoffice.excel.data.ExcelExportParamsTest
-
public class ExcelExportParamsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelExportParamsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldAcceptEmptyListsAsParameters()voidshouldNotAcceptNullAdditionalAttributes()voidshouldNotAcceptNullItemsToExport()voidshouldNotAcceptNullSelectedAttributes()
-
-
-
Method Detail
-
shouldAcceptEmptyListsAsParameters
public void shouldAcceptEmptyListsAsParameters()
-
shouldNotAcceptNullItemsToExport
public void shouldNotAcceptNullItemsToExport()
-
shouldNotAcceptNullSelectedAttributes
public void shouldNotAcceptNullSelectedAttributes()
-
shouldNotAcceptNullAdditionalAttributes
public void shouldNotAcceptNullAdditionalAttributes()
-
-