|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITestCreator | |
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 ITestCreator in net.sourceforge.groboutils.junit.v1.iftc |
Methods in net.sourceforge.groboutils.junit.v1.iftc that return ITestCreator | |
protected ITestCreator |
InterfaceTestSuite.createTestCreator(java.util.Vector vf)
Create a TestCreator that contains the knowledge of how to properly parse and generate tests for all types of supported test classes. |
Uses of ITestCreator in net.sourceforge.groboutils.junit.v1.parser |
Classes in net.sourceforge.groboutils.junit.v1.parser that implement ITestCreator | |
class |
DelegateTestCreator
Allows for an ordered set of TestCreator instances to be queried for generating instances. |
class |
IftcOrigCreator
Creates Interface test cases based on the original JUnit construction mechanism. |
class |
JUnit3_8Creator
Emulates the JUnit 3.8+ construction mechanism. |
class |
JUnitOrigCreator
Emulates the construction mechanism for all JUnit versions. |
Constructors in net.sourceforge.groboutils.junit.v1.parser with parameters of type ITestCreator | |
TestClassCreator(ITestCreator tc)
Creates an instance that creates test instances based on the given creator. |
|
DelegateTestCreator(ITestCreator[] tc)
Create the delegation with an ordered array of creators. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |