Class Summary |
BlockContiPerfClassRunner |
Replaces the standard BlockJUnit4ClassRunner for supporting ContiPerf features
in performance test suites. |
ContiPerfRule |
Implements the JUnit MethodRule interface
for adding performance test features to test calls. |
ContiPerfSuiteRunner |
JUnit Runner class for wrapping test classes that are unaware of ContiPerf with
a suite class that adds performance test and requirements configuration. |
JUnitInvoker |
Invoker implementation for JUnit 4.7+. |
JUnitReportContext |
JUnit-specific implementation of the ReportContext interface. |
ParallelRunner |
Executes all tests of one test class concurrently. |
ParallelScheduler |
RunnerScheduler which executes all tests in parallel. |