Set up initial resources for each unit test.
()
| 43 | * Set up initial resources for each unit test. |
| 44 | */ |
| 45 | @Before public void addTable() { |
| 46 | this.pid = new BTreePageId(-1, 0, BTreePageId.ROOT_PTR); |
| 47 | Database.getCatalog().addTable(new SkeletonFile(-1, Utility.getTupleDesc(2)), SystemTestUtil.getUUID()); |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Unit test for BTreeRootPtrPage.getId() |
nothing calls this directly
no test coverage detected