Class ExcelEnumClassificationValidatorTest


  • public class ExcelEnumClassificationValidatorTest
    extends java.lang.Object
    • Constructor Detail

      • ExcelEnumClassificationValidatorTest

        public ExcelEnumClassificationValidatorTest()
    • Method Detail

      • shouldHandleNonBlankCellValueAndEnumAttributeType

        public void shouldHandleNonBlankCellValueAndEnumAttributeType()
      • shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank

        public void shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank()
      • shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum

        public void shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum()
      • shouldValidateWithSuccessResult

        public void shouldValidateWithSuccessResult()
      • shouldValidateWithErrorAsTheImportedEnumDoesNotExist

        public void shouldValidateWithErrorAsTheImportedEnumDoesNotExist()
      • shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues

        public void shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues()