MCPcopy Create free account
hub / github.com/apache/pig / testEmptyBagSize

Method testEmptyBagSize

test/org/apache/pig/test/TestTuple.java:87–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

getMemorySizeMethod · 0.65
newDefaultBagMethod · 0.45
getInstanceMethod · 0.45
assertEqualsMethod · 0.45

Tested by

no test coverage detected