Uses of Enum Class
ch.admin.bit.jeap.testorchestrator.domain.TestState
Packages that use TestState
-
Uses of TestState in ch.admin.bit.jeap.testorchestrator.domain
Methods in ch.admin.bit.jeap.testorchestrator.domain that return TestStateModifier and TypeMethodDescription@NonNull TestStateTestRun.getTestState()static TestStateReturns the enum constant of this class with the specified name.static TestState[]TestState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.admin.bit.jeap.testorchestrator.domain with parameters of type TestStateModifier and TypeMethodDescriptionvoidTestRun.endTestRun(TestState testState) Ends a TestRun .voidTestRun.setTestState(@NonNull TestState testState)