Unit Test - Check a method call with an object that doesn't override equals
This is a general question on how to unit-test a Java Class using mock objects.
I can summarize my problem with this example. Let\'s say I\'ve an Interface called MyInterface.java and a \"TwoString\"
问答
阅读(2)