
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)
TestEnricher.method - Copyright © 2015 JBoss by Red Hat. All rights reserved.