|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestEnricher

SPI used to enrich the runtime test object.
| Method Summary | |
|---|---|
void |
enrich(Context context,
Object testCase)
Extension point to add features to the a Test class instance. |
Object[] |
resolve(Context context,
Method method)
Extension point to add features to the test method arguments. |
| Method Detail |
|---|
void enrich(Context context,
Object testCase)
testCase - The test case instance
Object[] resolve(Context context,
Method method)
TestEnricher.
method -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||