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

Method getTupleDesc

test/simpledb/BTreeFileReadTest.java:59–62  ·  view source on GitHub ↗

Unit test for BTreeFile.getTupleDesc()

()

Source from the content-addressed store, hash-verified

57 * Unit test for BTreeFile.getTupleDesc()
58 */
59 @Test
60 public void getTupleDesc() {
61 assertEquals(td, f.getTupleDesc());
62 }
63 /**
64 * Unit test for BTreeFile.numPages()
65 */

Callers

nothing calls this directly

Calls 1

getTupleDescMethod · 0.65

Tested by

no test coverage detected