Class IntegerValueConverterTest

java.lang.Object
de.hybris.platform.media.storage.impl.IntegerValueConverterTest

public class IntegerValueConverterTest extends Object
  • Constructor Details

    • IntegerValueConverterTest

      public IntegerValueConverterTest()
  • Method Details

    • shouldConvertCorrectStringRepresentationOfInteger

      public void shouldConvertCorrectStringRepresentationOfInteger()
    • shouldThrowIllegalArgumentExceptionWhenInputIsNull

      public void shouldThrowIllegalArgumentExceptionWhenInputIsNull()
    • shouldThrowIllegalArgumentExceptionWhenInputIsEmpty

      public void shouldThrowIllegalArgumentExceptionWhenInputIsEmpty()
    • shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger

      public void shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger()