Package org.spockframework.runtime.model
Annotation Type FeatureMetadata
Internal metadata about a feature from which the runtime model is built.
- Author:
- Peter Niederwieser
-
Required Element Summary
Required Elements -
Field Summary
Fields
-
Field Details
-
NAME
- See Also:
-
ORDINAL
- See Also:
-
LINE
- See Also:
-
PARAMETER_NAMES
- See Also:
-
BLOCKS
- See Also:
-
-
Element Details
-
ordinal
int ordinal -
name
String name -
line
int line -
parameterNames
String[] parameterNames -
blocks
BlockMetadata[] blocks
-