Class TestResult
java.lang.Object
io.quarkus.deployment.dev.testing.TestResult
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String(package private) final boolean(package private) final long(package private) final boolean(package private) final String(package private) final org.junit.platform.engine.TestExecutionResult(package private) final long(package private) final org.junit.platform.engine.UniqueId -
Constructor Summary
ConstructorsConstructorDescriptionTestResult(String displayName, String testClass, org.junit.platform.engine.UniqueId uniqueId, org.junit.platform.engine.TestExecutionResult testExecutionResult, List<String> logOutput, boolean test, long runId, long time, boolean reportable) -
Method Summary
-
Field Details
-
displayName
-
testClass
-
uniqueId
final org.junit.platform.engine.UniqueId uniqueId -
testExecutionResult
final org.junit.platform.engine.TestExecutionResult testExecutionResult -
logOutput
-
test
final boolean test -
runId
final long runId -
time
final long time -
problems
-
reportable
final boolean reportable
-
-
Constructor Details
-
TestResult
-
-
Method Details
-
getTestExecutionResult
public org.junit.platform.engine.TestExecutionResult getTestExecutionResult() -
getLogOutput
-
getDisplayName
-
getTestClass
-
getUniqueId
public org.junit.platform.engine.UniqueId getUniqueId() -
isTest
public boolean isTest() -
getRunId
public long getRunId() -
getTime
public long getTime() -
getProblems
-
isReportable
public boolean isReportable()
-