SevenMock Mock Objects is Released
SevenMock Mock Objects is Released
Submitted by webmaster@testdriven.com (News) on Sun, 09/12/2007 - 21:39.SevenMock is a light-weight Java dynamic mock objects implementation.
It works in a similar way to EasyMock and jMock, but is unusual in that it places responsibility for verifying operation parameters directly on the unit test code by using expectation call-backs. This enables the test designer to write very clear, precisely targeted tests and makes test failures easier to diagnose - any stacktrace produced will point directly back to test code rather than framework code.
It works in a similar way to EasyMock and jMock, but is unusual in that it places responsibility for verifying operation parameters directly on the unit test code by using expectation call-backs. This enables the test designer to write very clear, precisely targeted tests and makes test failures easier to diagnose - any stacktrace produced will point directly back to test code rather than framework code.
