Class ExcelEnumClassificationValidatorTest

java.lang.Object
com.hybris.backoffice.excel.validators.classification.ExcelEnumClassificationValidatorTest

public class ExcelEnumClassificationValidatorTest extends Object
  • Constructor Details

    • ExcelEnumClassificationValidatorTest

      public ExcelEnumClassificationValidatorTest()
  • Method Details

    • shouldHandleNonBlankCellValueAndEnumAttributeType

      public void shouldHandleNonBlankCellValueAndEnumAttributeType()
    • shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank

      public void shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank()
    • shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum

      public void shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum()
    • shouldValidateWithSuccessResult

      public void shouldValidateWithSuccessResult()
    • shouldValidateWithErrorAsTheImportedEnumDoesNotExist

      public void shouldValidateWithErrorAsTheImportedEnumDoesNotExist()
    • shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues

      public void shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues()