I’m attempting to compile Java 1.4 code that was created by IBM’s WSDL2Java on Java5 without recreating the stubs and saw this error in Eclipse. I’m under the assumption...
I’ve read various articles about mocking vs stubbing in testing, including Martin Fowler’s Mocks Aren’t Stubs, but still don’t understand the difference. 4 41