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
Section 14.2: "Note that we can even stub methods that don’t exist, thus allowing us to not only test
classes that have errors."
This doesn't make much sense in the Java world of things, since you can only stub methods that are at least declared on the class/interface you're mocking. Maybe you can incorporate a Ruby example
The text was updated successfully, but these errors were encountered:
Section 14.2: "Note that we can even stub methods that don’t exist, thus allowing us to not only test
classes that have errors."
This doesn't make much sense in the Java world of things, since you can only stub methods that are at least declared on the class/interface you're mocking. Maybe you can incorporate a Ruby example
The text was updated successfully, but these errors were encountered: