Class TestRunResults
java.lang.Object
io.quarkus.deployment.dev.testing.TestRunResults
- All Implemented Interfaces:
io.quarkus.dev.testing.results.TestRunResultsInterface
public class TestRunResults
extends Object
implements io.quarkus.dev.testing.results.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 interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getTrigger
-
isFull
public boolean isFull() -
getResults
- Specified by:
getResultsin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getCurrentFailing
-
getHistoricFailing
-
getCurrentPassing
-
getHistoricPassing
-
getStartedTime
public long getStartedTime()- Specified by:
getStartedTimein interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getCompletedTime
public long getCompletedTime()- Specified by:
getCompletedTimein interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getTotalTime
public long getTotalTime()- Specified by:
getTotalTimein interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getFailing
-
getPassing
-
getSkipped
-
getPassedCount
public long getPassedCount()- Specified by:
getPassedCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getFailedCount
public long getFailedCount()- Specified by:
getFailedCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getSkippedCount
public long getSkippedCount()- Specified by:
getSkippedCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getCurrentPassedCount
public long getCurrentPassedCount()- Specified by:
getCurrentPassedCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getCurrentFailedCount
public long getCurrentFailedCount()- Specified by:
getCurrentFailedCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getCurrentSkippedCount
public long getCurrentSkippedCount()- Specified by:
getCurrentSkippedCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getTotalCount
public long getTotalCount()- Specified by:
getTotalCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-
getCurrentTotalCount
public long getCurrentTotalCount()- Specified by:
getCurrentTotalCountin interfaceio.quarkus.dev.testing.results.TestRunResultsInterface
-