| Interface | Description |
|---|---|
| JUnitTestListener |
A listener that receives events during the progress of a JUnit test run.
|
| JUnitTestRun |
An instance of a
JavaApplication that runs a suite of JUnit
tests. |
| Class | Description |
|---|---|
| AbstractTest |
An
AbstractTest defined base test functionality for both unit
and functional tests. |
| BaseJUnitTestListener |
A base implementation of a
JUnitTestListener that has
empty implementations of all methods. |
| JUnitReporter |
A base class for generating JUnit reports.
|
| JUnitReporter.TestResults |
A holder for the results of the tests for a particular test class.
|
| JUnitTestListener.Event | |
| JUnitTestRun.MetaClass |
The
JUnitTestRun.MetaClass for JUnitTestRuns. |
| JUnitTestRunner |
A class that runs a set of JUnit tests.
|
| JUnitTestRunner.Listener |
An instance of a JUnit
RunListener that listens for JUnit run events
and forwards them on the the RemoteChannel as JUnitTestListener.Events. |
| JUnitTestRunner.StartTests |
A
RemoteCallable to use to start a test run. |
| JUnitTestRunner.StopTests |
A
RemoteCallable to use to stop a test run. |
| JUnitTextReporter |
An implementation of a
JUnitReporter that produces a text based report
in the same format as that produced by the Maven Surefire plugin. |
| JUnitUtils |
Various JUnit utilities
|
| JUnitXmlReporter |
An implementation of a
JUnitReporter that produces an XML based report
in the same format as that produced by the Maven Surefire plugin. |
| SimpleJUnitTestListener |
A simple implementation of a
JUnitTestListener. |
| SimpleJUnitTestRun |
An implementation of a
JavaApplication that runs
one or more JUnit tests. |
| SystemPropertyIsolation |
A JUnit
Rule that will ensure each test has the same set of properties
(and any changes during the test are removed after the test has completed). |
| TestClassPredicate |
| Enum | Description |
|---|---|
| JUnitTestListener.Event.Type |
Enum description
|
| JUnitTestRunner.State |
The different states that this
JUnitTestRunner can be in. |
Copyright © 2017. All rights reserved.