Container-Free Testing With Mockrunner
Click here to download now
Overview: This research paper provides a useful introduction to the Mockrunner framework. Unit testing is an essential practice for anyone seeking to develop better-designed, higher quality software. Testing objects in isolation often presents some unique challenges as few useful objects operate independently of others. The challenges are even greater in the context of a J2EE application where the container manages many of the collaborating objects. This paper will look at the use of mock objects and the Mockrunner testing framework as a means of overcoming many of these challenges.

