Uses of Enum Class
org.opentestfactory.dto.v1.TestResultNotification.Status
-
Uses of TestResultNotification.Status in org.opentestfactory.dto.v1
Subclasses with type arguments of type TestResultNotification.Status in org.opentestfactory.dto.v1Fields in org.opentestfactory.dto.v1 declared as TestResultNotification.StatusMethods in org.opentestfactory.dto.v1 that return TestResultNotification.StatusModifier and TypeMethodDescriptionTestResultNotification.TestResult.getStatus()Returns the enum constant of this class with the specified name.static TestResultNotification.Status[]TestResultNotification.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opentestfactory.dto.v1 with parameters of type TestResultNotification.StatusModifierConstructorDescriptionTestResult(String id, String name, TestResultNotification.Status status, Integer duration, List<Error> failureList, List<Error> waringList, String attachmentOrigin) TestResult(String id, String name, TestResultNotification.Status status, Integer duration, ErrorFailureDetails errorFailureDetails, List<Error> errorsList, String attachmentOrigin) TestResult(String id, String name, TestResultNotification.Status status, Integer duration, ErrorFailureDetails errorFailureDetails, ErrorFailureDetails errorDetails, String attachmentOrigin)