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

Method setUp

test/simpledb/BTreeFileReadTest.java:29–34  ·  view source on GitHub ↗

Set up initial resources for each unit test.

()

Source from the content-addressed store, hash-verified

27 * Set up initial resources for each unit test.
28 */
29 @Before
30 public void setUp() throws Exception {
31 f = BTreeUtility.createRandomBTreeFile(2, 20, null, null, 0);
32 td = Utility.getTupleDesc(2);
33 tid = new TransactionId();
34 }
35
36 @After
37 public void tearDown() {

Callers

nothing calls this directly

Calls 2

createRandomBTreeFileMethod · 0.95
getTupleDescMethod · 0.95

Tested by

no test coverage detected