org.spockframework.runtime.model
Annotation Type FeatureMetadata
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FeatureMetadata
Internal metadata about a feature from which the runtime model is built.
- Author:
- Peter Niederwieser
ordinal
public abstract int ordinal
name
public abstract java.lang.String name
line
public abstract int line
parameterNames
public abstract java.lang.String[] parameterNames
blocks
public abstract BlockMetadata[] blocks
Copyright © 2013. All rights reserved