Search in sources :

Example 1 with JoinRowMapperTest

use of org.jdbi.v3.core.mapper.JoinRowMapperTest in project jdbi by jdbi.

the class TestRegisterJoinRowMapper method setUp.

@Before
public void setUp() {
    JoinRowMapperTest t = new JoinRowMapperTest();
    t.dbRule = dbRule;
    t.setUp();
}
Also used : JoinRowMapperTest(org.jdbi.v3.core.mapper.JoinRowMapperTest) Before(org.junit.Before)

Aggregations

JoinRowMapperTest (org.jdbi.v3.core.mapper.JoinRowMapperTest)1 Before (org.junit.Before)1