Class DefaultTmaPoVariantServiceUnitTest
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaPoVariantServiceUnitTest
Unit test for
DefaultTmaPoVariantService.- Since:
- 1810
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultTmaPoVariantServiceUnitTest
public DefaultTmaPoVariantServiceUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
givenNullVariant_WhenVariantValueCategoryIsFetched_ThenReturnEmpty
public void givenNullVariant_WhenVariantValueCategoryIsFetched_ThenReturnEmpty() -
givenVariantWithoutSupercategories_WhenVariantValueCategoryIsFetched_ThenReturnEmpty
public void givenVariantWithoutSupercategories_WhenVariantValueCategoryIsFetched_ThenReturnEmpty() -
givenVariantWithSupercategories_WhenVariantValueCategoryIsFetched_ThenReturnCategory
public void givenVariantWithSupercategories_WhenVariantValueCategoryIsFetched_ThenReturnCategory() -
givenVariantWithoutTheRequiredSupercategory_WhenVariantValueCategoryIsFetched_ThenReturnEmpty
public void givenVariantWithoutTheRequiredSupercategory_WhenVariantValueCategoryIsFetched_ThenReturnEmpty()
-