Uses of Enum
org.opentest4j.reporting.events.core.Result.Status
Packages that use Result.Status
-
Uses of Result.Status in org.opentest4j.reporting.events.core
Subclasses with type arguments of type Result.Status in org.opentest4j.reporting.events.coreModifier and TypeClassDescriptionstatic enumEnum of values for thestatusattribute of theresultelement.Methods in org.opentest4j.reporting.events.core that return Result.StatusModifier and TypeMethodDescriptionstatic Result.StatusReturns the enum constant of this type with the specified name.static Result.Status[]Result.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentest4j.reporting.events.core with parameters of type Result.StatusModifier and TypeMethodDescriptionCoreFactory.result(Result.Status status) Create a factory forResultelements.