| Modifier and Type | Method and Description |
|---|---|
void |
XMLJUnitReportWriter.addError(JUnitReportWriter.TestDescription test,
Throwable t) |
void |
JUnitReportWriter.addError(JUnitReportWriter.TestDescription test,
Throwable t)
An error occurred.
|
void |
XMLJUnitReportWriter.addFailure(JUnitReportWriter.TestDescription test,
Throwable t) |
void |
JUnitReportWriter.addFailure(JUnitReportWriter.TestDescription test,
Throwable t)
A failure occurred.
|
void |
XMLJUnitReportWriter.endTest(JUnitReportWriter.TestDescription test) |
void |
JUnitReportWriter.endTest(JUnitReportWriter.TestDescription test)
A test ended.
|
void |
XMLJUnitReportWriter.endTest(JUnitReportWriter.TestDescription test,
long duration) |
void |
JUnitReportWriter.endTest(JUnitReportWriter.TestDescription test,
long duration)
A test ended.
|
Element |
XMLJUnitReportWriter.endTestHelper(JUnitReportWriter.TestDescription test) |
void |
XMLJUnitReportWriter.startTest(JUnitReportWriter.TestDescription t) |
void |
JUnitReportWriter.startTest(JUnitReportWriter.TestDescription test)
A test started.
|
Copyright © 2011–2018 Eclipse Foundation. All rights reserved.