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

Method testOneToEmpty

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

Source from the content-addressed store, hash-verified

68 }
69
70 @Test public void testOneToEmpty()
71 throws IOException, DbException, TransactionAbortedException {
72 validateInsert(3, 1, 0);
73 }
74
75 @Test public void testOneToOne()
76 throws IOException, DbException, TransactionAbortedException {

Callers

nothing calls this directly

Calls 1

validateInsertMethod · 0.95

Tested by

no test coverage detected