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 BlockKindBlockInfo. getKind()BlockKindkind()static BlockKindBlockKind. 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 voidBlockInfo. setKind(BlockKind kind)
-