()
| 125 | } |
| 126 | |
| 127 | @Test |
| 128 | public void testString() throws Exception{ |
| 129 | String myString = "1a"; |
| 130 | String s = ps.getLoadCaster().bytesToCharArray(myString.getBytes()); |
| 131 | assertEquals(myString, s); |
| 132 | } |
| 133 | |
| 134 | @Test |
| 135 | public void testMapStringValueType() throws Exception{ |
nothing calls this directly
no test coverage detected