MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getTupleDesc

Method getTupleDesc

test/simpledb/TupleTest.java:37–41  ·  view source on GitHub ↗

Unit test for Tuple.getTupleDesc()

()

Source from the content-addressed store, hash-verified

35 * Unit test for Tuple.getTupleDesc()
36 */
37 @Test public void getTupleDesc() {
38 TupleDesc td = Utility.getTupleDesc(5);
39 Tuple tup = new Tuple(td);
40 assertEquals(td, tup.getTupleDesc());
41 }
42
43 /**
44 * Unit test for Tuple.getRecordId() and Tuple.setRecordId()

Callers

nothing calls this directly

Calls 2

getTupleDescMethod · 0.95
getTupleDescMethod · 0.95

Tested by

no test coverage detected