()
| 78 | } |
| 79 | |
| 80 | @Test |
| 81 | public void testEmptyTupleSize() { |
| 82 | Tuple t = mTupleFactory.newTuple(); |
| 83 | long size = t.getMemorySize(); |
| 84 | assertEquals("tuple size", 88, size); |
| 85 | } |
| 86 | |
| 87 | @Test |
| 88 | public void testEmptyBagSize() { |
nothing calls this directly
no test coverage detected