org.jtiger.framework
Interface FixturesRunner
public interface FixturesRunner
Executes a test configuration and returns the result of the test run.
This type is to be considered the entry point into the underlying test framework. i.e. this type provides the highest
level of abstraction from the details of a test execution.
- Version:
- 2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
- Author:
- Tony Morris
- See Also:
FixturesRunnerFactory
run
FixtureResults run(FixturesRunnerConfig config)
throws RunnerException,
RunnerException,
NullPointerException
- Executes a test configuration and returns the result of the test run.
- Parameters:
config
- The test configuration to execute with.
- Returns:
- The result of the test run.
- Throws:
RunnerException
- If an error occurs during creation of the test fixture classes.
RunnerException
- If an error occurs during execution of the test fixture classes.
NullPointerException
- If config
is null
.