Class IntegerValueConverterTest


  • public class IntegerValueConverterTest
    extends java.lang.Object
    • Constructor Detail

      • IntegerValueConverterTest

        public IntegerValueConverterTest()
    • Method Detail

      • shouldConvertCorrectStringRepresentationOfInteger

        public void shouldConvertCorrectStringRepresentationOfInteger()
      • shouldThrowIllegalArgumentExceptionWhenInputIsNull

        public void shouldThrowIllegalArgumentExceptionWhenInputIsNull()
      • shouldThrowIllegalArgumentExceptionWhenInputIsEmpty

        public void shouldThrowIllegalArgumentExceptionWhenInputIsEmpty()
      • shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger

        public void shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger()