Class JUnit4TestSummaryAdapter
- java.lang.Object
-
- org.hl7.fhir.utilities.tests.execution.junit4.JUnit4TestSummaryAdapter
-
- All Implemented Interfaces:
CliTestSummary
public class JUnit4TestSummaryAdapter extends Object implements CliTestSummary
-
-
Constructor Summary
Constructors Constructor Description JUnit4TestSummaryAdapter(org.junit.runner.Result result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CliTestException>
getExceptions()
long
getTestsAbortedCount()
long
getTestsFailedCount()
long
getTestsFoundCount()
long
getTestsSkippedCount()
-
-
-
Constructor Detail
-
JUnit4TestSummaryAdapter
public JUnit4TestSummaryAdapter(org.junit.runner.Result result)
-
-
Method Detail
-
getTestsFoundCount
public long getTestsFoundCount()
- Specified by:
getTestsFoundCount
in interfaceCliTestSummary
-
getTestsFailedCount
public long getTestsFailedCount()
- Specified by:
getTestsFailedCount
in interfaceCliTestSummary
-
getTestsAbortedCount
public long getTestsAbortedCount()
- Specified by:
getTestsAbortedCount
in interfaceCliTestSummary
-
getTestsSkippedCount
public long getTestsSkippedCount()
- Specified by:
getTestsSkippedCount
in interfaceCliTestSummary
-
getExceptions
public List<CliTestException> getExceptions()
- Specified by:
getExceptions
in interfaceCliTestSummary
-
-