Class ProductFeatureJaloTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.catalog.jalo.ProductFeatureJaloTest
All Implemented Interfaces:
JaloSessionHolder

public class ProductFeatureJaloTest extends HybrisJUnit4Test
  • Constructor Details

    • ProductFeatureJaloTest

      public ProductFeatureJaloTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldCreateProductFeatureWithReferenceValue

      public void shouldCreateProductFeatureWithReferenceValue() throws Exception
      Throws:
      Exception
    • shouldCreateProductFeatureWithReferenceValueWhichIsSubtypeOfConfiguredOne

      public void shouldCreateProductFeatureWithReferenceValueWhichIsSubtypeOfConfiguredOne() throws Exception
      Throws:
      Exception
    • shouldCreateProductFeatureWithStringValue

      public void shouldCreateProductFeatureWithStringValue()
    • shouldCreateProductFeatureWithStringValueAndBooleanValueSetToTrue

      public void shouldCreateProductFeatureWithStringValueAndBooleanValueSetToTrue()
    • shouldCreateProductFeatureWithDecimalValue

      public void shouldCreateProductFeatureWithDecimalValue()
    • shouldCreateProductFeatureWithDoubleValue

      public void shouldCreateProductFeatureWithDoubleValue()
    • shouldCreateProductFeatureWithDateValue

      public void shouldCreateProductFeatureWithDateValue()
    • shouldCreateProductFeatureWithIntValue

      public void shouldCreateProductFeatureWithIntValue()
    • shouldCreateProductFeatureWithBooleanValue

      public void shouldCreateProductFeatureWithBooleanValue()
    • shouldThrowExceptionForInvalidValueType

      public void shouldThrowExceptionForInvalidValueType()