See: Description
| Class | Description |
|---|---|
| BaseSuite |
Base
Suite class for EasyTest based Runners. |
| DataDrivenTestRunner |
Construct a new DataDrivenTestRunner.
|
| EasyFrameworkMethod |
An extension of
FrameworkMethod to introduce custom method name getters and setters. |
| EasyTestRunListener |
Currently just a placeholder class that will be used later to factor out some common logic from the Runner class.
|
| EasyTestSuite |
Extended Suite class for EasyTest.
|
| InternalParameterizedStatement |
An internal class that holds the logic of running a given Test method.
|
| RunnerUtil |
A utility class that doctrines JUnit Runners to EasyTest Runners
|
| TestConfigUtil |
A utility class for Test Configuration based processes
|
| TestPolicyHandler | |
| TestRunDurationListener |
This listener measures the time of the test execution
|
DataDrivenTestRunner is the main class that a user uses to enable EasyTest support.Copyright © 2014. All rights reserved.