()
| 274 | } |
| 275 | |
| 276 | @Test |
| 277 | public void testMapToBytes() throws IOException { |
| 278 | Map<String, Object> m = GenRandomData.genRandMap(r,5); |
| 279 | assertTrue(DataType.equalByteArrays(DataType.mapToString(m).getBytes(), ((Utf8StorageConverter)ps.getLoadCaster()).toBytes(m))); |
| 280 | } |
| 281 | |
| 282 | @Test |
| 283 | public void testBytesToBagWithConversion() throws IOException { |
nothing calls this directly
no test coverage detected