Interface CliTestSummary
-
- All Known Implementing Classes:
JUnit4TestSummaryAdapter,JUnit5TestSummaryAdapter
public interface CliTestSummary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CliTestException>getExceptions()longgetTestsAbortedCount()longgetTestsFailedCount()longgetTestsFoundCount()longgetTestsSkippedCount()
-
-
-
Method Detail
-
getTestsFoundCount
long getTestsFoundCount()
-
getTestsFailedCount
long getTestsFailedCount()
-
getTestsAbortedCount
long getTestsAbortedCount()
-
getTestsSkippedCount
long getTestsSkippedCount()
-
getExceptions
List<CliTestException> getExceptions()
-
-