|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImplFactory | |
net.sourceforge.groboutils.junit.v1.iftc | Classes to aid in testing interfaces, abstract classes, and base classes for "contract tests". |
net.sourceforge.groboutils.junit.v1.parser | The GroboUtils JUnit Extention: classes to help in the creation and execution of JUnit tests. |
Uses of ImplFactory in net.sourceforge.groboutils.junit.v1.iftc |
Subinterfaces of ImplFactory in net.sourceforge.groboutils.junit.v1.iftc | |
interface |
ICxFactory
An ICxFactory is an extension of ImplFactory that has provisions for cleaning up generated objects on test tear down. |
Classes in net.sourceforge.groboutils.junit.v1.iftc that implement ImplFactory | |
class |
CxFactory
Helper abstract class that aids in the setting of a unique and distinguishable name for a test case's factory. |
Methods in net.sourceforge.groboutils.junit.v1.iftc with parameters of type ImplFactory | |
void |
InterfaceTestSuite.addFactory(ImplFactory f)
Add a new Implementation factory to the suite. |
void |
InterfaceTestSuite.addFactories(ImplFactory[] f)
Add an array of new Implementation factories to the suite. |
Constructors in net.sourceforge.groboutils.junit.v1.iftc with parameters of type ImplFactory | |
InterfaceTestSuite(java.lang.Class theClass,
ImplFactory f)
Constructs a TestSuite from the given class, and sets the initial set of creators. |
|
InterfaceTestCase(java.lang.String name,
java.lang.Class interfaceClass,
ImplFactory f)
The standard constructor used by JUnit up to version 3.7. |
Uses of ImplFactory in net.sourceforge.groboutils.junit.v1.parser |
Methods in net.sourceforge.groboutils.junit.v1.parser with parameters of type ImplFactory | |
protected java.lang.Object[] |
IftcOrigCreator.createTestArguments(java.lang.Class theClass,
java.lang.reflect.Method method,
ImplFactory implf)
|
Constructors in net.sourceforge.groboutils.junit.v1.parser with parameters of type ImplFactory | |
IftcOrigCreator(ImplFactory[] f)
Default constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |