Class ExcelMandatoryClassificationFieldValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.classification.ExcelMandatoryClassificationFieldValidatorTest
-
public class ExcelMandatoryClassificationFieldValidatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashMap<java.lang.String,java.lang.Object>VALIDATION_CONTEXT
-
Constructor Summary
Constructors Constructor Description ExcelMandatoryClassificationFieldValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldHandleAttributeWhenAttributeIsMandatory()voidshouldNotHandleAttributeWhenAttributeIsNotMandatory()voidshouldNotReturnValidationErrorWhenCellValueIsNotBlank()voidshouldReturnValidationErrorWhenCellValueIsBlank()voidshouldReturnValidationErrorWhenCellValueIsNull()
-
-
-
Method Detail
-
shouldHandleAttributeWhenAttributeIsMandatory
public void shouldHandleAttributeWhenAttributeIsMandatory()
-
shouldNotHandleAttributeWhenAttributeIsNotMandatory
public void shouldNotHandleAttributeWhenAttributeIsNotMandatory()
-
shouldReturnValidationErrorWhenCellValueIsNull
public void shouldReturnValidationErrorWhenCellValueIsNull()
-
shouldReturnValidationErrorWhenCellValueIsBlank
public void shouldReturnValidationErrorWhenCellValueIsBlank()
-
shouldNotReturnValidationErrorWhenCellValueIsNotBlank
public void shouldNotReturnValidationErrorWhenCellValueIsNotBlank()
-
-