|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
JUnitSetUpTearDown | This implementation of SetUpTearDown is intended to be used to execute test cases that have been written
using the JUnit Test Framework. |
JUnitTestDefinition | This implementation of TestDefinition is intended to be used to execute test cases that
have been written using the JUnit Test Framework. |
Provides framework implementations for executing JUnit test case fixtures.
In order to use the JUnit set up/tear down implementation
, it's
Class must be returned from
FixturesRunnerConfig.getSutdClass()
or in the case of execution at the command line,
passed using a command line argument
.
In order to use the JUnit set up/tear down implementation
,
it's Class must be returned from
FixturesRunnerConfig.getDefinitionClass()
} or in the case of execution at the command
line, passed using a command line argument
.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |