Package org.spockframework.runtime.model
Class BlockInfo
- java.lang.Object
-
- org.spockframework.runtime.model.BlockInfo
-
public class BlockInfo extends java.lang.ObjectRuntime information about a block in a method of a Spock specification.- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description BlockInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockKindgetKind()java.util.List<java.lang.String>getTexts()voidsetKind(BlockKind kind)voidsetTexts(java.util.List<java.lang.String> texts)
-