|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface FileParameters
Denotes that parameters for a annotated test method should be taken from an external resource.
| Required Element Summary | |
|---|---|
String |
value
File name (with full path) of the file with data. |
| Optional Element Summary | |
|---|---|
String |
encoding
Encoding to use when reading file contents. |
Class<? extends DataMapper> |
mapper
The mapper which knows how to get the data from the external resource and turn it into a valid set of parameters. |
| Element Detail |
|---|
public abstract String value
public abstract Class<? extends DataMapper> mapper
public abstract String encoding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||