Package org.spockframework.runtime.model

Interface Summary
IExcludable  
IInterceptable  
ISkippable  
NameProvider<T>  
 

Class Summary
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 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
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
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.
 



Copyright © 2013. All rights reserved