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

Method testEmptyToOne

test/simpledb/systemtest/InsertTest.java:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 @Test public void testEmptyToOne()
66 throws IOException, DbException, TransactionAbortedException {
67 validateInsert(8, 0, 1);
68 }
69
70 @Test public void testOneToEmpty()
71 throws IOException, DbException, TransactionAbortedException {

Callers

nothing calls this directly

Calls 1

validateInsertMethod · 0.95

Tested by

no test coverage detected