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 e7c67ce commit 67920f6Copy full SHA for 67920f6
src/test/java/org/apache/ibatis/type/BooleanTypeHandlerTest.java
@@ -74,6 +74,7 @@ public void shouldGetResultFromCallableStatement() throws Exception {
74
}
75
76
@Override
77
+ @Test
78
public void shouldGetResultNullFromCallableStatement() throws Exception {
79
when(cs.getBoolean(1)).thenReturn(false);
80
when(cs.wasNull()).thenReturn(true);
0 commit comments