Class ExcelMandatoryClassificationFieldValidatorTest
java.lang.Object
com.hybris.backoffice.excel.validators.classification.ExcelMandatoryClassificationFieldValidatorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
Constructor Details
-
ExcelMandatoryClassificationFieldValidatorTest
public ExcelMandatoryClassificationFieldValidatorTest()
-
-
Method Details
-
shouldHandleAttributeWhenAttributeIsMandatory
public void shouldHandleAttributeWhenAttributeIsMandatory() -
shouldNotHandleAttributeWhenAttributeIsNotMandatory
public void shouldNotHandleAttributeWhenAttributeIsNotMandatory() -
shouldReturnValidationErrorWhenCellValueIsNull
public void shouldReturnValidationErrorWhenCellValueIsNull() -
shouldReturnValidationErrorWhenCellValueIsBlank
public void shouldReturnValidationErrorWhenCellValueIsBlank() -
shouldNotReturnValidationErrorWhenCellValueIsNotBlank
public void shouldNotReturnValidationErrorWhenCellValueIsNotBlank()
-