| BlockInfo |
Runtime information about a block in a method of a Spock specification.
|
| DataProviderInfo |
Internal metadata about a data provider from which the runtime model is built.
|
| ErrorInfo |
|
| ExpressionInfo |
|
| FeatureInfo |
|
| FieldInfo |
Runtime information about a field in a Spock specification.
|
| IterationInfo |
Runtime information about an iteration of a feature method.
|
| MethodInfo |
Runtime information about a method in a Spock specification.
|
| NodeInfo<P extends NodeInfo,R extends java.lang.reflect.AnnotatedElement> |
Base class for runtime information about an element in a Spock specification.
|
| SpecInfo |
Runtime information about a Spock specification.
|
| TextPosition |
A position in a text, given as a line/column pair.
|
| TextRegion |
A region of text spanning all characters between a start position (inclusive)
and an end position (exclusive).
|