Package io.quarkus.devui.deployment.menu
Class TrimmedTestRunResult
java.lang.Object
io.quarkus.devui.deployment.menu.TrimmedTestRunResult
-
Constructor Summary
ConstructorsConstructorDescriptionTrimmedTestRunResult(io.quarkus.deployment.dev.testing.TestRunResults testRunResults) -
Method Summary
-
Constructor Details
-
TrimmedTestRunResult
public TrimmedTestRunResult(io.quarkus.deployment.dev.testing.TestRunResults testRunResults)
-
-
Method Details
-
getId
public long getId() -
isFull
public boolean isFull() -
getCurrentFailing
-
getHistoricFailing
-
getCurrentPassing
-
getHistoricPassing
-
getStartedTime
public long getStartedTime() -
getCompletedTime
public long getCompletedTime() -
getTotalTime
public long getTotalTime() -
getPassedCount
public long getPassedCount() -
getFailedCount
public long getFailedCount() -
getSkippedCount
public long getSkippedCount() -
getCurrentPassedCount
public long getCurrentPassedCount() -
getCurrentFailedCount
public long getCurrentFailedCount() -
getCurrentSkippedCount
public long getCurrentSkippedCount()
-