()
| 85 | } |
| 86 | |
| 87 | @Test |
| 88 | public void testEmptyBagSize() { |
| 89 | DataBag bag = DefaultBagFactory.getInstance().newDefaultBag(); |
| 90 | long size = bag.getMemorySize(); |
| 91 | assertEquals("bag size", 124, size); |
| 92 | } |
| 93 | |
| 94 | @Test |
| 95 | // See PIG-1443 |
nothing calls this directly
no test coverage detected