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

Method testOneToOne

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

Source from the content-addressed store, hash-verified

73 }
74
75 @Test public void testOneToOne()
76 throws IOException, DbException, TransactionAbortedException {
77 validateInsert(1, 1, 1);
78 }
79
80 /** Make test compatible with older version of ant. */
81 public static junit.framework.Test suite() {

Callers

nothing calls this directly

Calls 1

validateInsertMethod · 0.95

Tested by

no test coverage detected