Class DefaultClassificationServiceTest

java.lang.Object
de.hybris.platform.classification.impl.DefaultClassificationServiceTest

@UnitTest public class DefaultClassificationServiceTest extends Object
  • Constructor Details

    • DefaultClassificationServiceTest

      public DefaultClassificationServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      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()