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

Method testEmptyTupleSize

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

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 3

getMemorySizeMethod · 0.95
newTupleMethod · 0.65
assertEqualsMethod · 0.45

Tested by

no test coverage detected