Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Something helpful for writing tests...

Just found this while doing some web-browsing. It's a very neat idea called mock objects for helping to write unit tests for complex systems. There's a very nice looking implementation of it for JUnit called JMock, at jmock.org, which is distributed under a very friendly BSD style license. There's also a very short tutorial there to give you the sense of what mock objects are for, at
http://jmock.org/getting-started.html.

I think this could make our lives significantly easier when it comes to a lot of the kinds of testing
that we really need to do.

	-Mark

Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM Research
***      http://stellation.eclipse.org
*** Work: mcc@xxxxxxxxxxxxxx/Home: markcc@xxxxxxx



Back to the top