676869707172737475
db.executeUpdateSql("TRUNCATE TABLE fake"); } @Test public void has_fake_mapper() { FakeMapper mapper = db.myBatis().getSessionFactory() .getConfiguration().getMapper(FakeMapper.class, session); assertThat(mapper).isNotNull(); }