| Package | Description |
|---|---|
| com.oracle.bedrock.junit |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseJUnitTestListener
A base implementation of a
JUnitTestListener that has
empty implementations of all methods. |
class |
JUnitReporter
A base class for generating JUnit reports.
|
class |
JUnitTextReporter
An implementation of a
JUnitReporter that produces a text based report
in the same format as that produced by the Maven Surefire plugin. |
class |
JUnitXmlReporter
An implementation of a
JUnitReporter that produces an XML based report
in the same format as that produced by the Maven Surefire plugin. |
class |
SimpleJUnitTestListener
A simple implementation of a
JUnitTestListener. |
| Modifier and Type | Method and Description |
|---|---|
List<JUnitTestListener> |
SimpleJUnitTestRun.getRunListeners()
Obtain an immutable
List of the JUnitTestListeners
that have been added to this application. |
Copyright © 2017. All rights reserved.