You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalStateException: Identical expectation already recorded; please remove this verification or adjust the recording
at com.mini.iot.test.jmockittest.examples.SayHelloClass.sayHello(SayHelloClass.java)
at com.mini.iot.test.jmockittest.examples.SayHelloClassTest$5.<init>(SayHelloClassTest.java:88)
at com.mini.iot.test.jmockittest.examples.SayHelloClassTest.test222(SayHelloClassTest.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33)
at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:220)
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:53)
Caused by: Redundant expectation
at com.mini.iot.test.jmockittest.examples.SayHelloClass.sayHello(SayHelloClass.java)
at com.mini.iot.test.jmockittest.examples.SayHelloClassTest$4.<init>(SayHelloClassTest.java:77)
at com.mini.iot.test.jmockittest.examples.SayHelloClassTest.test222(SayHelloClassTest.java:75)
... 6 more
The text was updated successfully, but these errors were encountered:
有遇到这个错的吗?
The text was updated successfully, but these errors were encountered: