Package org.spockframework.runtime.model
-
Interface Summary Interface Description IExcludable IInterceptable ISkippable NameProvider<T> -
Class Summary Class Description 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). -
Enum Summary Enum Description BlockKind The different kind of blocks that a BlockInfo instance can represent.MethodKind The different kinds of methods that a MethodInfo instance can represent. -
Annotation Types Summary Annotation Type Description BlockMetadata Internal block metadata generated by the compiler for consumption by the runtime.DataProviderMetadata FeatureMetadata Internal metadata about a feature from which the runtime model is built.FieldMetadata Internal metadata about a field, from which the runtime model is built.SpecMetadata Internal specification metadata generated by the compiler for consumption by the runtime.