Uses of Enum
com.aventstack.chaintest.domain.Result
Packages that use Result
-
Uses of Result in com.aventstack.chaintest.domain
Methods in com.aventstack.chaintest.domain that return ResultModifier and TypeMethodDescriptionstatic ResultResult.computePriority(Result a, Result b) static ResultResult.computePriority(String a, String b) static ResultResult.parseResult(String resultString) static ResultReturns the enum constant of this type with the specified name.static Result[]Result.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aventstack.chaintest.domain with parameters of type Result