()
| 65 | } |
| 66 | |
| 67 | @Test public void testSingleMatch() |
| 68 | throws IOException, DbException, TransactionAbortedException { |
| 69 | validateJoin(1, 1, 1, 1); |
| 70 | } |
| 71 | |
| 72 | @Test public void testNoMatch() |
| 73 | throws IOException, DbException, TransactionAbortedException { |
nothing calls this directly
no test coverage detected