Package org.spockframework.runtime.model
Class BlockInfo
- java.lang.Object
-
- org.spockframework.runtime.model.BlockInfo
-
public class BlockInfo extends java.lang.Object
Runtime 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 BlockKind
getKind()
java.util.List<java.lang.String>
getTexts()
void
setKind(BlockKind kind)
void
setTexts(java.util.List<java.lang.String> texts)
-