(final String expect, final byte[] actual)
| 2281 | } |
| 2282 | |
| 2283 | private static void assertEq(final String expect, final byte[] actual) { |
| 2284 | assertArrayEquals(expect.getBytes(), actual); |
| 2285 | } |
| 2286 | |
| 2287 | private static void createTable(final String table, |
| 2288 | final String family) throws Exception { |
no outgoing calls
no test coverage detected