Class ExcelCategoryFieldValidatorTest

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

public class ExcelCategoryFieldValidatorTest extends Object
  • Field Details

  • Constructor Details

    • ExcelCategoryFieldValidatorTest

      public ExcelCategoryFieldValidatorTest()
  • Method Details

    • 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()