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.
2 parents 1a57a7d + 67920f6 commit fc5f54bCopy full SHA for fc5f54b
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