|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Provided
A field level annotation that can be used in the test classes
to load the Filed values from out side the test class, for example from
a configuration file. The configuration file is provided to the test class using the
TestConfigProvider annotation at the class level.
The Test Config Provider class should have methods annotated with TestBean annotations and
should be public
| Optional Element Summary | |
|---|---|
String |
value
The OPTIONAL name of the bean that should be loaded. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||