Class DefaultClassificationServiceTest
java.lang.Object
de.hybris.platform.classification.impl.DefaultClassificationServiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultClassificationServiceTest
public DefaultClassificationServiceTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldGetFeaturesForGivenProduct
public void shouldGetFeaturesForGivenProduct() -
shouldThrowIllegalArgumentExceptionWhenGettingFeaturesForNullProduct
public void shouldThrowIllegalArgumentExceptionWhenGettingFeaturesForNullProduct() -
shouldGetFeatureForGivenProductAndAssignment
public void shouldGetFeatureForGivenProductAndAssignment() -
shouldThrowIllegalArgumentExceptionWhenGettingFeatureForNullAssignment
public void shouldThrowIllegalArgumentExceptionWhenGettingFeatureForNullAssignment() -
shouldThrowIllegalArgumentExceptionWhenGettingFeatureForNullProduct
public void shouldThrowIllegalArgumentExceptionWhenGettingFeatureForNullProduct() -
shouldSetFeatureForProduct
public void shouldSetFeatureForProduct() -
shouldThrowIllegalArgumentExceptionWhenSettingFeatureWithNullFeature
public void shouldThrowIllegalArgumentExceptionWhenSettingFeatureWithNullFeature() -
shouldThrowIllegalArgumentExceptionWhenSettingFeatureWithNullProduct
public void shouldThrowIllegalArgumentExceptionWhenSettingFeatureWithNullProduct() -
shouldSetFeaturesForProduct
public void shouldSetFeaturesForProduct() -
shouldThrowIllegalArgumentExceptionWhenSetFeaturesWithNullFeatureList
public void shouldThrowIllegalArgumentExceptionWhenSetFeaturesWithNullFeatureList() -
shouldThrowIllegalArgumentExceptionWhenSetFeaturesWithNullProduct
public void shouldThrowIllegalArgumentExceptionWhenSetFeaturesWithNullProduct() -
shouldReplaceFeaturesForProduct
public void shouldReplaceFeaturesForProduct() -
shouldThrowIllegalArgumentExceptionWhenReplaceFeaturesWithNullFeatureList
public void shouldThrowIllegalArgumentExceptionWhenReplaceFeaturesWithNullFeatureList() -
shouldThrowIllegalArgumentExceptionWhenReplaceFeaturesWithNullProduct
public void shouldThrowIllegalArgumentExceptionWhenReplaceFeaturesWithNullProduct() -
shouldGetFeaturesForGivenProductAndAssignments
public void shouldGetFeaturesForGivenProductAndAssignments() -
shouldThrowIllegalArgumentExceptionWhenGettingFeaturesForNullProductAndSmeAssignments
public void shouldThrowIllegalArgumentExceptionWhenGettingFeaturesForNullProductAndSmeAssignments() -
shouldThrowIllegalArgumentExceptionWhenGettingFeaturesForProductAndNullAssignments
public void shouldThrowIllegalArgumentExceptionWhenGettingFeaturesForProductAndNullAssignments()
-