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)
TestEnricher
enrich
in interface TestEnricher
testCase
- The test case instancepublic Object[] resolve(Method method)
TestEnricher
TestEnricher
.resolve
in interface TestEnricher
Copyright © 2017 JBoss by Red Hat. All rights reserved.