Class DefaultClassificationServiceTest


  • @UnitTest
    public class DefaultClassificationServiceTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultClassificationServiceTest

        public DefaultClassificationServiceTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.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()