public class IntegerValueConverterTest
extends java.lang.Object
| Constructor and Description |
|---|
IntegerValueConverterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldConvertCorrectStringRepresentationOfInteger() |
void |
shouldThrowIllegalArgumentExceptionWhenInputIsEmpty() |
void |
shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger() |
void |
shouldThrowIllegalArgumentExceptionWhenInputIsNull() |
public void shouldConvertCorrectStringRepresentationOfInteger()
public void shouldThrowIllegalArgumentExceptionWhenInputIsNull()
public void shouldThrowIllegalArgumentExceptionWhenInputIsEmpty()
public void shouldThrowIllegalArgumentExceptionWhenInputIsInvalidStringRepresentationOfInteger()
Copyright © 2018 SAP SE. All Rights Reserved.