| Package | Description |
|---|---|
| com.oracle.bedrock.junit |
| Modifier and Type | Method and Description |
|---|---|
JUnitReporter.TestResults |
JUnitReporter.ensureTest(String className)
Ensure that an instance of
JUnitReporter.TestResults results exists for the
specified test class. |
| Modifier and Type | Method and Description |
|---|---|
void |
JUnitXmlReporter.writeReport(PrintStream out,
JUnitReporter.TestResults test) |
void |
JUnitTextReporter.writeReport(PrintStream out,
JUnitReporter.TestResults test) |
abstract void |
JUnitReporter.writeReport(PrintStream out,
JUnitReporter.TestResults test)
Write the test report for the specified
JUnitReporter.TestResults to
the specified PrintStream. |
Copyright © 2017. All rights reserved.