Mock objects are a useful way to write unit tests for objects that act as mediators. However, when the tested object must create the domain object, how does it know to create a mock domain object instead of the true domain object? In this a...
www.ibm.com/developerworks/library/j-mocktest.html
-
Get Site Info