Uses of Class
net.grinder.testutility.CallRecorder

Uses of CallRecorder in net.grinder.testutility
 

Subclasses of CallRecorder in net.grinder.testutility
 class AbstractStubFactory<T>
          Dynamic proxy based test utility class that records details of invocations and allows a controlling unit test to later enquire about which invocations occurred and in what order.
 class DelegatingStubFactory<T>
          AbstractStubFactory that intercepts and records invocations to a delegate.
 class RandomStubFactory<T>
          AbstractStubFactory that takes a Class and generates stubs that support all the interface of the given class and have methods that return random primitive results and null objects for complex results.
 



Copyright © 2000-2012. All Rights Reserved.