Class JUnit5TestSummaryAdapter
- java.lang.Object
-
- org.hl7.fhir.utilities.tests.execution.junit5.JUnit5TestSummaryAdapter
-
- All Implemented Interfaces:
CliTestSummary
public class JUnit5TestSummaryAdapter extends Object implements CliTestSummary
-
-
Constructor Summary
Constructors Constructor Description JUnit5TestSummaryAdapter(org.junit.platform.launcher.listeners.TestExecutionSummary testExecutionSummary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CliTestException>getExceptions()longgetTestsAbortedCount()longgetTestsFailedCount()longgetTestsFoundCount()longgetTestsSkippedCount()
-
-
-
Constructor Detail
-
JUnit5TestSummaryAdapter
public JUnit5TestSummaryAdapter(org.junit.platform.launcher.listeners.TestExecutionSummary testExecutionSummary)
-
-
Method Detail
-
getTestsFoundCount
public long getTestsFoundCount()
- Specified by:
getTestsFoundCountin interfaceCliTestSummary
-
getTestsFailedCount
public long getTestsFailedCount()
- Specified by:
getTestsFailedCountin interfaceCliTestSummary
-
getTestsAbortedCount
public long getTestsAbortedCount()
- Specified by:
getTestsAbortedCountin interfaceCliTestSummary
-
getTestsSkippedCount
public long getTestsSkippedCount()
- Specified by:
getTestsSkippedCountin interfaceCliTestSummary
-
getExceptions
public List<CliTestException> getExceptions()
- Specified by:
getExceptionsin interfaceCliTestSummary
-
-