Uses of Enum
org.junit.platform.engine.TestExecutionResult.Status
Packages that use TestExecutionResult.Status
Package
Description
Public API for test engines.
Support for generating Open Test Reporting compatible XML event reports.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of TestExecutionResult.Status in org.junit.platform.engine
Fields in org.junit.platform.engine declared as TestExecutionResult.StatusModifier and TypeFieldDescriptionprivate final TestExecutionResult.Status
TestExecutionResult.status
Methods in org.junit.platform.engine that return TestExecutionResult.StatusModifier and TypeMethodDescriptionTestExecutionResult.getStatus()
Get the status of this result.static TestExecutionResult.Status
Returns the enum constant of this type with the specified name.static TestExecutionResult.Status[]
TestExecutionResult.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.junit.platform.engine with parameters of type TestExecutionResult.StatusModifierConstructorDescriptionprivate
TestExecutionResult
(TestExecutionResult.Status status, Throwable throwable) -
Uses of TestExecutionResult.Status in org.junit.platform.reporting.open.xml
Methods in org.junit.platform.reporting.open.xml with parameters of type TestExecutionResult.StatusModifier and TypeMethodDescriptionprivate org.opentest4j.reporting.events.core.Result.Status
OpenTestReportGeneratingListener.convertStatus
(TestExecutionResult.Status status) -
Uses of TestExecutionResult.Status in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type TestExecutionResult.StatusModifier and TypeMethodDescriptionEvents.finishedEventsByStatus
(TestExecutionResult.Status status) Executions.finishedExecutionsByStatus
(TestExecutionResult.Status status) private static org.assertj.core.api.Condition
<Event> EventConditions.finishedWithCause
(TestExecutionResult.Status expectedStatus, org.assertj.core.api.Condition<Throwable>... conditions) static org.assertj.core.api.Condition
<TestExecutionResult> TestExecutionResultConditions.status
(TestExecutionResult.Status expectedStatus) Create a newCondition
that matches if and only if aTestExecutionResult
's status is equal to the suppliedStatus
.