|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - type of annotation mentioning this providerpublic interface ParametersProvider<A extends Annotation>
An interface for custom parameters providers. To be used with CustomParameters annotation.
Must have a default no-args constructor.
| Method Summary | |
|---|---|
Object[] |
getParameters()
Actual parameters generation |
void |
initialize(A parametersAnnotation)
Initializes this provider - you can read your custom annotation config here. |
| Method Detail |
|---|
void initialize(A parametersAnnotation)
parametersAnnotation - parameters annotation on test methodObject[] getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||