Class ExcelCategoryFieldValidatorTest
java.lang.Object
com.hybris.backoffice.excel.validators.ExcelCategoryFieldValidatorTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FIRST_CATALOG
- See Also:
-
FIRST_VERSION
- See Also:
-
FIRST_CATEGORY
- See Also:
-
SECOND_CATEGORY
- See Also:
-
NOT_EXISTING_CATEGORY
- See Also:
-
NOT_BLANK
- See Also:
-
-
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()
-