google / gwtmockito

Better GWT unit testing
https://google.github.io/gwtmockito
Apache License 2.0
157 stars 50 forks source link

Upgrade mockito 2 #77

Closed TimvdLippe closed 4 years ago

TimvdLippe commented 5 years ago

This particular test fails with the following exception:

testIntegerBox(com.google.gwtmockito.GwtMockitoTest)  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.ClassCastException: org.mockito.codegenObject$MockitoMock$1927715379 cannot be cast to java.lang.Integer
    at com.google.gwt.user.client.ui.IntegerBox$MockitoMock$87819473.getValue(Unknown Source)
    at com.google.gwt.user.client.ui.IntegerBox$MockitoMock$87819473.getValue(Unknown Source)
    at com.google.gwtmockito.GwtMockitoTest.testIntegerBox(GwtMockitoTest.java:698)