public interface TestEnricher
Modifier and Type | Method and Description |
---|---|
void |
enrich(Object testCase)
Extension point to add features to the a Test class instance.
|
Object[] |
resolve(Method method)
Extension point to add features to the test method arguments.
|
void enrich(Object testCase)
testCase
- The test case instanceObject[] resolve(Method method)
The return value Object[] must match the Field[] indexes.
Leave Object[] index as null if it can't be handled by this TestEnricher
.
Copyright © 2017 JBoss by Red Hat. All rights reserved.