()
| 262 | } |
| 263 | |
| 264 | @Test |
| 265 | public void testTupleToBytes() throws IOException { |
| 266 | Tuple t = GenRandomData.genRandSmallBagTextTuple(r, 1, 100); |
| 267 | assertTrue(DataType.equalByteArrays(t.toString().getBytes(), ((Utf8StorageConverter)ps.getLoadCaster()).toBytes(t))); |
| 268 | } |
| 269 | |
| 270 | @Test |
| 271 | public void testBagToBytes() throws IOException { |
nothing calls this directly
no test coverage detected