Class IntegerValueConverterTest
- java.lang.Object
-
- de.hybris.platform.media.storage.impl.IntegerValueConverterTest
-
public class IntegerValueConverterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegerValueConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldConvertCorrectStringRepresentationOfInteger()voidshouldThrowIllegalArgumentExceptionWhenInputIsEmpty()voidshouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger()voidshouldThrowIllegalArgumentExceptionWhenInputIsNull()
-
-
-
Method Detail
-
shouldConvertCorrectStringRepresentationOfInteger
public void shouldConvertCorrectStringRepresentationOfInteger()
-
shouldThrowIllegalArgumentExceptionWhenInputIsNull
public void shouldThrowIllegalArgumentExceptionWhenInputIsNull()
-
shouldThrowIllegalArgumentExceptionWhenInputIsEmpty
public void shouldThrowIllegalArgumentExceptionWhenInputIsEmpty()
-
shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger
public void shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger()
-
-