We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9e4c2 commit 85fed97Copy full SHA for 85fed97
src/test/java/org/apache/ibatis/session/SqlSessionTest.java
@@ -189,11 +189,9 @@ void shouldSelectCountOfPosts() {
189
190
@Test
191
void shouldEnsureThatBothEarlyAndLateResolutionOfNesteDiscriminatorsResolesToUseNestedResultSetHandler() {
192
- try (SqlSession session = sqlMapper.openSession()) {
193
Configuration configuration = sqlMapper.getConfiguration();
194
assertTrue(configuration.getResultMap("org.apache.ibatis.domain.blog.mappers.BlogMapper.earlyNestedDiscriminatorPost").hasNestedResultMaps());
195
assertTrue(configuration.getResultMap("org.apache.ibatis.domain.blog.mappers.BlogMapper.lateNestedDiscriminatorPost").hasNestedResultMaps());
196
- }
197
}
198
199
0 commit comments