Class ExcelCategoryFieldValidatorTest


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

      • ExcelCategoryFieldValidatorTest

        public ExcelCategoryFieldValidatorTest()
    • Method Detail

      • setup

        public void setup()
      • shouldHandleCategoryWhenAttributeIsCategoryProductRelation

        public void shouldHandleCategoryWhenAttributeIsCategoryProductRelation()
      • shouldNotHandleCategoryWhenCellIsEmpty

        public void shouldNotHandleCategoryWhenCellIsEmpty()
      • shouldNotHandleCategoryWhenAttributeIsNotCategoryProductRelation

        public void shouldNotHandleCategoryWhenAttributeIsNotCategoryProductRelation()
      • shouldNotHandleCategoryWhenAttributeIsNotRelationDescriptor

        public void shouldNotHandleCategoryWhenAttributeIsNotRelationDescriptor()
      • shouldNotReturnErrorWhenCategoryExists

        public void shouldNotReturnErrorWhenCategoryExists()
      • shouldReturnErrorWhenCategoryDoesNotExist

        public void shouldReturnErrorWhenCategoryDoesNotExist()