Uses of Class
org.spockframework.runtime.model.MethodKind
-
Packages that use MethodKind Package Description org.spockframework.runtime.model -
-
Uses of MethodKind in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return MethodKind Modifier and Type Method Description MethodKind
MethodInfo. getKind()
static MethodKind
MethodKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MethodKind[]
MethodKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spockframework.runtime.model with parameters of type MethodKind Modifier and Type Method Description void
MethodInfo. setKind(MethodKind kind)
-