@API(value=Experimental) public interface TestExecutionSummary
SummaryGeneratingListener| Modifier and Type | Method and Description |
|---|---|
long |
getContainersFailedCount()
Get the number of containers that failed.
|
long |
getTestsAbortedCount()
Get the number of tests aborted.
|
long |
getTestsFailedCount()
Get the number of tests that failed.
|
long |
getTestsFoundCount()
Get the number of tests found.
|
long |
getTestsSkippedCount()
Get the number of tests skipped.
|
long |
getTestsStartedCount()
Get the number of tests started.
|
long |
getTestsSucceededCount()
Get the number of tests that succeeded.
|
long |
getTimeFinished()
Get the timestamp (in milliseconds) when the test plan finished.
|
long |
getTimeStarted()
Get the timestamp (in milliseconds) when the test plan started.
|
long |
getTotalFailureCount()
Get the total number of failed
containers and failed tests.
|
void |
printFailuresTo(java.io.PrintWriter writer)
Print failed containers and tests, including sources and exception
messages, to the supplied
PrintWriter. |
void |
printTo(java.io.PrintWriter writer)
Print this summary to the supplied
PrintWriter. |
long getTestsFoundCount()
long getTestsStartedCount()
long getTestsSkippedCount()
long getTestsAbortedCount()
long getTestsSucceededCount()
long getTestsFailedCount()
getContainersFailedCount(),
getTotalFailureCount()long getContainersFailedCount()
getTestsFailedCount(),
getTotalFailureCount()long getTotalFailureCount()
getTestsFailedCount(),
getContainersFailedCount()long getTimeStarted()
long getTimeFinished()
void printTo(java.io.PrintWriter writer)
PrintWriter.
This method does not print failure messages.
printFailuresTo(PrintWriter)void printFailuresTo(java.io.PrintWriter writer)
PrintWriter.printTo(PrintWriter)