Class TestRunResults
java.lang.Object
io.quarkus.deployment.dev.testing.TestRunResults
- All Implemented Interfaces:
TestRunResultsInterface
-
Constructor Summary
ConstructorsConstructorDescriptionTestRunResults(long id, ClassScanResult trigger, boolean full, long started, long completed, Map<String, TestClassResult> results) -
Method Summary
-
Constructor Details
-
TestRunResults
public TestRunResults(long id, ClassScanResult trigger, boolean full, long started, long completed, Map<String, TestClassResult> results)
-
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceTestRunResultsInterface
-
getTrigger
-
isFull
public boolean isFull() -
getResults
- Specified by:
getResultsin interfaceTestRunResultsInterface
-
getCurrentFailing
-
getHistoricFailing
-
getCurrentPassing
-
getHistoricPassing
-
getStartedTime
public long getStartedTime()- Specified by:
getStartedTimein interfaceTestRunResultsInterface
-
getCompletedTime
public long getCompletedTime()- Specified by:
getCompletedTimein interfaceTestRunResultsInterface
-
getTotalTime
public long getTotalTime()- Specified by:
getTotalTimein interfaceTestRunResultsInterface
-
getFailing
-
getPassing
-
getSkipped
-
getPassedCount
public long getPassedCount()- Specified by:
getPassedCountin interfaceTestRunResultsInterface
-
getFailedCount
public long getFailedCount()- Specified by:
getFailedCountin interfaceTestRunResultsInterface
-
getSkippedCount
public long getSkippedCount()- Specified by:
getSkippedCountin interfaceTestRunResultsInterface
-
getCurrentPassedCount
public long getCurrentPassedCount()- Specified by:
getCurrentPassedCountin interfaceTestRunResultsInterface
-
getCurrentFailedCount
public long getCurrentFailedCount()- Specified by:
getCurrentFailedCountin interfaceTestRunResultsInterface
-
getCurrentSkippedCount
public long getCurrentSkippedCount()- Specified by:
getCurrentSkippedCountin interfaceTestRunResultsInterface
-
getTotalCount
public long getTotalCount()- Specified by:
getTotalCountin interfaceTestRunResultsInterface
-
getCurrentTotalCount
public long getCurrentTotalCount()- Specified by:
getCurrentTotalCountin interfaceTestRunResultsInterface
-