Uses of Class
net.grinder.testutility.AbstractStubFactory

Uses of AbstractStubFactory in net.grinder.testutility
 

Subclasses of AbstractStubFactory in net.grinder.testutility
 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.
 

Methods in net.grinder.testutility that return AbstractStubFactory
static AbstractStubFactory<?> AbstractStubFactory.getFactory(Object stub)
          Return the cached AbstractStubFactory for stub.
 



Copyright © 2000-2012. All Rights Reserved.