Uses of Package
org.spockframework.runtime.model

Packages that use org.spockframework.runtime.model
org.spockframework.guice   
org.spockframework.runtime   
org.spockframework.runtime.extension   
org.spockframework.runtime.extension.builtin   
org.spockframework.runtime.model   
 

Classes in org.spockframework.runtime.model used by org.spockframework.guice
SpecInfo
          Runtime information about a Spock specification.
 

Classes in org.spockframework.runtime.model used by org.spockframework.runtime
ErrorInfo
           
ExpressionInfo
           
FeatureInfo
           
IterationInfo
          Runtime information about an iteration of a feature method.
MethodInfo
          Runtime information about a method in a Spock specification.
NameProvider
           
SpecInfo
          Runtime information about a Spock specification.
TextPosition
          A position in a text, given as a line/column pair.
 

Classes in org.spockframework.runtime.model used by org.spockframework.runtime.extension
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.
SpecInfo
          Runtime information about a Spock specification.
 

Classes in org.spockframework.runtime.model used by org.spockframework.runtime.extension.builtin
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.
NameProvider
           
SpecInfo
          Runtime information about a Spock specification.
 

Classes in org.spockframework.runtime.model used by org.spockframework.runtime.model
BlockInfo
          Runtime information about a block in a method of a Spock specification.
BlockKind
          The different kind of blocks that a BlockInfo instance can represent.
DataProviderInfo
          Internal metadata about a data provider from which the runtime model is built.
ExpressionInfo
           
FeatureInfo
           
FieldInfo
          Runtime information about a field in a Spock specification.
IExcludable
           
IInterceptable
           
ISkippable
           
IterationInfo
          Runtime information about an iteration of a feature method.
MethodInfo
          Runtime information about a method in a Spock specification.
MethodKind
          The different kinds of methods that a MethodInfo instance can represent.
NameProvider
           
NodeInfo
          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).
 



Copyright © 2013. All rights reserved