Uses of Enum Class
org.opentestfactory.dto.v1.OTFTestStatus
-
Uses of OTFTestStatus in org.opentestfactory.dto.v1
Subclasses with type arguments of type OTFTestStatus in org.opentestfactory.dto.v1Modifier and TypeClassDescriptionenumCustom test executions statuses used internally, decoupled from any testing framework or target test referential / reporting tool.Fields in org.opentestfactory.dto.v1 declared as OTFTestStatusModifier and TypeFieldDescriptionfinal OTFTestStatusManagedTestResultNotification.ManagedTestResult.reportStatusFields in org.opentestfactory.dto.v1 with type parameters of type OTFTestStatusModifier and TypeFieldDescriptionfinal Map<Integer, OTFTestStatus> ManagedTestResultNotification.ManagedTestResult.stepStatusesMethods in org.opentestfactory.dto.v1 that return OTFTestStatusModifier and TypeMethodDescriptionManagedTestResultNotification.ManagedTestResult.getReportStatus()ReportInterpreterOutput.reportStatus()static OTFTestStatusReturns the enum constant of this class with the specified name.static OTFTestStatus[]OTFTestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentestfactory.dto.v1 that return types with arguments of type OTFTestStatusModifier and TypeMethodDescriptionManagedTestResultNotification.ManagedTestResult.getStepStatuses()ReportInterpreterOutput.getStepStatuses()ReportInterpreterOutput.getWith()Constructors in org.opentestfactory.dto.v1 with parameters of type OTFTestStatusModifierConstructorDescriptionManagedTestResult(OTFTestStatus reportStatus, Map<Integer, OTFTestStatus> stepStatuses, Integer duration, List<String> failureDetails) Constructor parameters in org.opentestfactory.dto.v1 with type arguments of type OTFTestStatusModifierConstructorDescriptionManagedTestResult(OTFTestStatus reportStatus, Map<Integer, OTFTestStatus> stepStatuses, Integer duration, List<String> failureDetails) ReportInterpreterOutput(String apiVersion, Map<String, OTFTestStatus> with, Integer duration, List<String> failureDetails, Map<Integer, OTFTestStatus> stepStatuses)