Class ExcelMediaCollectionImportValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.ExcelMediaCollectionImportValidatorTest
-
public class ExcelMediaCollectionImportValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelMediaCollectionImportValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AttributeDescriptorModelmockCollectionOfType(java.lang.String typecode)voidsetUp()voidshouldHandleMediaType()voidshouldNotHandleProductType()voidshouldValidateAllEntries()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldHandleMediaType
public void shouldHandleMediaType()
-
shouldNotHandleProductType
public void shouldNotHandleProductType()
-
shouldValidateAllEntries
public void shouldValidateAllEntries()
-
mockCollectionOfType
protected AttributeDescriptorModel mockCollectionOfType(java.lang.String typecode)
-
-