public class ArquillianResourceTestEnricher extends Object implements TestEnricher
| Modifier and Type | Class and Description |
|---|---|
static class |
ArquillianResourceTestEnricher.SerializableClassInjection |
static class |
ArquillianResourceTestEnricher.SerializableMethodInjection |
| Constructor and Description |
|---|
ArquillianResourceTestEnricher() |
| 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. |
public void enrich(Object testCase)
TestEnricherenrich in interface TestEnrichertestCase - The test case instancepublic Object[] resolve(Method method)
TestEnricherTestEnricher.resolve in interface TestEnricherCopyright © 2023 JBoss by Red Hat. All rights reserved.