Uses of Enum
org.junit.platform.engine.TestExecutionResult.Status
Packages that use TestExecutionResult.Status
-
Uses of TestExecutionResult.Status in org.junit.platform.engine
Fields in org.junit.platform.engine declared as TestExecutionResult.StatusModifier and TypeFieldDescriptionprivate final TestExecutionResult.StatusTestExecutionResult.statusMethods in org.junit.platform.engine that return TestExecutionResult.StatusModifier and TypeMethodDescriptionTestExecutionResult.getStatus()Get the status of this result.static TestExecutionResult.StatusReturns 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.StatusModifierConstructorDescriptionprivateTestExecutionResult(TestExecutionResult.Status status, Throwable throwable)