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

Method testEmptyToEmpty

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

Source from the content-addressed store, hash-verified

58 }
59
60 @Test public void testEmptyToEmpty()
61 throws IOException, DbException, TransactionAbortedException {
62 validateInsert(3, 0, 0);
63 }
64
65 @Test public void testEmptyToOne()
66 throws IOException, DbException, TransactionAbortedException {

Callers

nothing calls this directly

Calls 1

validateInsertMethod · 0.95

Tested by

no test coverage detected