Class | Description |
---|---|
FactoryRunner |
A helper method that can be used to modify how JUnit executes a test suite.
|
Annotation Type | Description |
---|---|
FactoryTest |
This annotation declares a Java method as 'Test Factory Method'
which will be turned into a JUnit test for each object that is
registered at the
TestFactory . |
TestFactory |
This annotation can be added to a method in a JUnit test class.
|