| | |
| | | } |
| | | |
| | | /** |
| | | * Tests validateValue() with valid data |
| | | * Tests validateValue() with valid data. |
| | | */ |
| | | @Test |
| | | public void testValidateValue1() { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Tests validateValue() with illegal data |
| | | * Tests validateValue() with illegal data. |
| | | */ |
| | | @Test(expectedExceptions = NullPointerException.class) |
| | | public void testValidateValue2() { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Tests decodeValue() |
| | | * Tests decodeValue(). |
| | | * @param value to decode |
| | | * @param expected value |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * Tests decodeValue() with illegal data |
| | | * Tests decodeValue() with illegal data. |
| | | * @param value to decode |
| | | */ |
| | | @Test(dataProvider = "testDecodeValueData2", |