junit testing with mockobjects

Posted by Codenotguru on Stack Overflow See other posts from Stack Overflow or by Codenotguru
Published on 2010-06-07T21:41:28Z Indexed on 2010/06/07 21:42 UTC
Read the original article Hit count: 98

Filed under:

we are planning to bring Junit testing into our project and we just realised that to do junit testing we need to create lot of mockobjects. Can anyone suggest me a good tool or framework that can create these mockobjects for the classes that i will be performing unit testing?

© Stack Overflow or respective owner

Related posts about junit4