Class ExcelMandatoryFieldValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.ExcelMandatoryFieldValidatorTest
-
public class ExcelMandatoryFieldValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelMandatoryFieldValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldHandleWhenAttributeIsNotOptional()voidshouldHandleWhenAttributeIsNotOptionalAndItIsLocalizedForCurrentLanguage()voidshouldNotHandleWhenAttributeIsNotOptionalAndIsNotLocalizedForCurrentLanguage()voidshouldNotHandleWhenAttributeIsOptional()voidshouldNotReturnValidationErrorWhenCellIsNotBlank()voidshouldReturnValidationErrorWhenCellIsBlank()
-
-
-
Method Detail
-
shouldHandleWhenAttributeIsNotOptional
public void shouldHandleWhenAttributeIsNotOptional()
-
shouldHandleWhenAttributeIsNotOptionalAndItIsLocalizedForCurrentLanguage
public void shouldHandleWhenAttributeIsNotOptionalAndItIsLocalizedForCurrentLanguage()
-
shouldNotHandleWhenAttributeIsOptional
public void shouldNotHandleWhenAttributeIsOptional()
-
shouldNotHandleWhenAttributeIsNotOptionalAndIsNotLocalizedForCurrentLanguage
public void shouldNotHandleWhenAttributeIsNotOptionalAndIsNotLocalizedForCurrentLanguage()
-
shouldNotReturnValidationErrorWhenCellIsNotBlank
public void shouldNotReturnValidationErrorWhenCellIsNotBlank()
-
shouldReturnValidationErrorWhenCellIsBlank
public void shouldReturnValidationErrorWhenCellIsBlank()
-
-