| java.lang.Object junit.extensions.abbot.TestHelper
All known Subclasses: junit.extensions.abbot.RepeatHelper,
TestHelper | public class TestHelper (Code) | | Provides automatic test suite generation given command-line arguments.
Also allows for a single test to be run if it is specified. Supports "-v"
(verbose) to display each test's name prior to running the test (aids in
identifying which test failed when the VM crashes).
The locale may be set explicitly by the following system properties:
- abbot.locale.language
- abbot.locale.country
- abbot.locale.variant
|
TestHelper | protected TestHelper()(Code) | | |
generateSuite | public static TestSuite generateSuite(Class[] classes)(Code) | | |
getClasspathDirectory | public static File getClasspathDirectory(Class test)(Code) | | Returns the classpath directory in which the given class is found.
|
runTest | protected static void runTest(Test test)(Code) | | |
|
|