Uses of Enum Class
com.shaft.tools.io.internal.RealtimeReporter.TestStatus
Packages that use RealtimeReporter.TestStatus
-
Uses of RealtimeReporter.TestStatus in com.shaft.tools.io.internal
Subclasses with type arguments of type RealtimeReporter.TestStatus in com.shaft.tools.io.internalModifier and TypeClassDescriptionstatic enumStatus of a test on the Kanban board.Fields in com.shaft.tools.io.internal declared as RealtimeReporter.TestStatusMethods in com.shaft.tools.io.internal that return RealtimeReporter.TestStatusModifier and TypeMethodDescriptionstatic RealtimeReporter.TestStatusReturns the enum constant of this class with the specified name.static RealtimeReporter.TestStatus[]RealtimeReporter.TestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.shaft.tools.io.internal with parameters of type RealtimeReporter.TestStatusModifier and TypeMethodDescriptionstatic voidRealtimeReporter.onTestFinished(String testId, RealtimeReporter.TestStatus status, Throwable throwable) Moves a test from the "In Progress" lane to the "Done" lane with the given status.