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

Method getTupleDesc

test/simpledb/HeapFileReadTest.java:56–59  ·  view source on GitHub ↗

Unit test for HeapFile.getTupleDesc()

()

Source from the content-addressed store, hash-verified

54 * Unit test for HeapFile.getTupleDesc()
55 */
56 @Test
57 public void getTupleDesc() {
58 assertEquals(td, hf.getTupleDesc());
59 }
60 /**
61 * Unit test for HeapFile.numPages()
62 */

Callers

nothing calls this directly

Calls 1

getTupleDescMethod · 0.65

Tested by

no test coverage detected