Class ExcelMediaImportValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.ExcelMediaImportValidatorTest
-
public class ExcelMediaImportValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelMediaImportValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldHandleMediaType()voidshouldNotHandleProductType()voidshouldValidateCodeAndPathCannotBeBothEmpty()voidshouldValidateFileExists()voidshouldValidateZipExists()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldHandleMediaType
public void shouldHandleMediaType()
-
shouldNotHandleProductType
public void shouldNotHandleProductType()
-
shouldValidateCodeAndPathCannotBeBothEmpty
public void shouldValidateCodeAndPathCannotBeBothEmpty()
-
shouldValidateZipExists
public void shouldValidateZipExists()
-
shouldValidateFileExists
public void shouldValidateFileExists()
-
-