Class ExcelClassificationGenericReferenceValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.classification.ExcelClassificationGenericReferenceValidatorTest
-
public class ExcelClassificationGenericReferenceValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelClassificationGenericReferenceValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldHandleReferenceAttributesAndNonBlankCellValues()voidshouldHandleWhenTypeIsNotOnBlacklist()voidshouldNotHandleBlankCellValues()voidshouldNotHandleNonReferenceAttributes()voidshouldNotHandleWhenTypeIsOnBlacklist()voidshouldValidateReference()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldHandleReferenceAttributesAndNonBlankCellValues
public void shouldHandleReferenceAttributesAndNonBlankCellValues()
-
shouldNotHandleWhenTypeIsOnBlacklist
public void shouldNotHandleWhenTypeIsOnBlacklist()
-
shouldHandleWhenTypeIsNotOnBlacklist
public void shouldHandleWhenTypeIsNotOnBlacklist()
-
shouldNotHandleBlankCellValues
public void shouldNotHandleBlankCellValues()
-
shouldNotHandleNonReferenceAttributes
public void shouldNotHandleNonReferenceAttributes()
-
shouldValidateReference
public void shouldValidateReference()
-
-