Uses of Class
org.spockframework.runtime.model.BlockKind
-
Packages that use BlockKind Package Description org.spockframework.runtime.model -
-
Uses of BlockKind in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return BlockKind Modifier and Type Method Description BlockKind
BlockInfo. getKind()
BlockKind
kind()
static BlockKind
BlockKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockKind[]
BlockKind. 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 BlockKind Modifier and Type Method Description void
BlockInfo. setKind(BlockKind kind)
-