Package org.spockframework.runtime.model
Annotation Type DataProviderMetadata
-
@Retention(RUNTIME) @Target(METHOD) public @interface DataProviderMetadata
- Author:
- Peter Niederwieser
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
DATA_VARIABLES
static java.lang.String
LINE
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
dataVariables
int
line
-