|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=CONSTRUCTOR) public @interface XMLParameters
Marks a test class constructor as being paramaterized by the given XML file.
The XMLParameters annotation also optionally allows a user
to specify the
ParameterFactory
implementation to use when creating the parameters.
| Required Element Summary | |
|---|---|
java.lang.String |
value
The XML File to create the JavaBeans from. |
| Optional Element Summary | |
|---|---|
java.lang.Class<? extends ParameterFactory> |
beanFactory
Specifies the ParameterFactory
implementation to use when creating the beans. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract java.lang.Class<? extends ParameterFactory> beanFactory
ParameterFactory
implementation to use when creating the beans. If this parameter is not
specified, then the default is to use
DigesterParameterFactory.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||