public interface TestEnricher
Modifier and Type | Method and Description |
---|---|
void |
enrich(Object testCase)
Extension point to add features to the a Test class instance.
IE. |
Object[] |
resolve(Method method)
Extension point to add features to the test method arguments.
IE. |
void enrich(Object testCase)
testCase
- The test case instanceObject[] resolve(Method method)
TestEnricher
.method
- Copyright © 2017 JBoss by Red Hat. All rights reserved.