Class ExcelMandatoryFieldValidatorTest

java.lang.Object
com.hybris.backoffice.excel.validators.ExcelMandatoryFieldValidatorTest

public class ExcelMandatoryFieldValidatorTest extends Object
  • Constructor Details

    • ExcelMandatoryFieldValidatorTest

      public ExcelMandatoryFieldValidatorTest()
  • Method Details

    • shouldHandleWhenAttributeIsNotOptional

      public void shouldHandleWhenAttributeIsNotOptional()
    • shouldHandleWhenAttributeIsNotOptionalAndItIsLocalizedForCurrentLanguage

      public void shouldHandleWhenAttributeIsNotOptionalAndItIsLocalizedForCurrentLanguage()
    • shouldNotHandleWhenAttributeIsOptional

      public void shouldNotHandleWhenAttributeIsOptional()
    • shouldNotHandleWhenAttributeIsNotOptionalAndIsNotLocalizedForCurrentLanguage

      public void shouldNotHandleWhenAttributeIsNotOptionalAndIsNotLocalizedForCurrentLanguage()
    • shouldNotReturnValidationErrorWhenCellIsNotBlank

      public void shouldNotReturnValidationErrorWhenCellIsNotBlank()
    • shouldReturnValidationErrorWhenCellIsBlank

      public void shouldReturnValidationErrorWhenCellIsBlank()