Uses of Class
org.spockframework.runtime.model.NodeInfo
-
Packages that use NodeInfo Package Description org.spockframework.runtime.model -
-
Uses of NodeInfo in org.spockframework.runtime.model
Classes in org.spockframework.runtime.model with type parameters of type NodeInfo Modifier and Type Class Description classNodeInfo<P extends NodeInfo,R extends java.lang.reflect.AnnotatedElement>Base class for runtime information about an element in a Spock specification.Subclasses of NodeInfo in org.spockframework.runtime.model Modifier and Type Class Description classDataProviderInfoInternal metadata about a data provider from which the runtime model is built.classFeatureInfoclassFieldInfoRuntime information about a field in a Spock specification.classIterationInfoRuntime information about an iteration of a feature method.classMethodInfoRuntime information about a method in a Spock specification.classSpecInfoRuntime information about a Spock specification.
-