Class ProductFeatureValueAttributeHandlerTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ProductFeatureValueAttributeHandlerTest extends ServicelayerTest
  • Constructor Details

    • ProductFeatureValueAttributeHandlerTest

      public ProductFeatureValueAttributeHandlerTest()
  • Method Details

    • setUp

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

      public void shouldReturnNull()
    • shouldReturnStringValue

      public void shouldReturnStringValue()
    • shouldReturnBooleanTrueWhenStringValueIsTrue

      public void shouldReturnBooleanTrueWhenStringValueIsTrue()
    • shouldReturnBooleanValue

      public void shouldReturnBooleanValue()
    • shouldReturnNumberFromRawValue

      public void shouldReturnNumberFromRawValue()
    • shouldReturnDateFromRawValue

      public void shouldReturnDateFromRawValue()
    • shouldReturnReferenceValue

      public void shouldReturnReferenceValue()
    • shouldThrowIllegalArgumentExceptionForObjectValue

      public void shouldThrowIllegalArgumentExceptionForObjectValue()
    • shouldReturnRawValueForTooLongString

      public void shouldReturnRawValueForTooLongString()