public interface TestEnricher
Modifier and Type | Method and Description |
---|---|
void |
enrich(java.lang.Object testCase)
Extension point to add features to the a Test class instance.
IE. |
java.lang.Object[] |
resolve(java.lang.reflect.Method method)
Extension point to add features to the test method arguments.
IE. |
void enrich(java.lang.Object testCase)
testCase
- The test case instancejava.lang.Object[] resolve(java.lang.reflect.Method method)
TestEnricher
.method
-