Uses of Enum Class
cloud.opencode.base.test.report.TestReport.TestStatus
Packages that use TestReport.TestStatus
-
Uses of TestReport.TestStatus in cloud.opencode.base.test.report
Subclasses with type arguments of type TestReport.TestStatus in cloud.opencode.base.test.reportMethods in cloud.opencode.base.test.report that return TestReport.TestStatusModifier and TypeMethodDescriptionTestReport.TestResult.status()Returns the value of thestatusrecord component.static TestReport.TestStatusReturns the enum constant of this class with the specified name.static TestReport.TestStatus[]TestReport.TestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.test.report with parameters of type TestReport.TestStatusModifierConstructorDescriptionTestResult(String testName, TestReport.TestStatus status, Duration duration, Throwable error, String message) Creates an instance of aTestResultrecord class.