|
Project Information
Members
Links
|
Different from jmock and easy mock, it use 'log pattern' to keep setup-do-assert order in your testcase, which makes testcases using mock less confusing. It put less constraint on the default invocation verify, makes your testcase more small and more focus on describing a single behavior, and less fragile... The point is 'only test what you want to test'. ---------------------- Add it into your maven project: <repository> <id>turtlemock-repository</id> <name>turtlemock repository</name> <url>http://turtlemock.googlecode.com/svn/mvn-repository/</url> </repository> |