Uses of Interface
net.grinder.testutility.CallAssertions

Uses of CallAssertions in net.grinder.testutility
 

Classes in net.grinder.testutility that implement CallAssertions
 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 CallData
          Method call data.
 class CallRecorder
          Utility class used to record and assert method invocations.
 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.