Uses of Class
de.gematik.test.tiger.lib.parser.model.Result
-
Packages that use Result Package Description de.gematik.test.tiger.lib.parser.model -
-
Uses of Result in de.gematik.test.tiger.lib.parser.model
Methods in de.gematik.test.tiger.lib.parser.model that return Result Modifier and Type Method Description ResultTestResult. getStatus()static ResultResult. valueOf(String name)Returns 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 de.gematik.test.tiger.lib.parser.model with parameters of type Result Modifier and Type Method Description voidTestResult. setStatus(Result status)
-