Package | Description |
---|---|
net.grinder.testutility |
Modifier and Type | Class and Description |
---|---|
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-2014. All Rights Reserved.