Modifier and Type | Method and Description |
---|---|
private java.lang.Object[] |
LocalTestExecuter.enrichArguments(java.lang.reflect.Method method,
java.util.Collection<TestEnricher> enrichers)
Enrich the method arguments of a method call.
The Object[] index will match the method parameterType[] index. |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object[] |
LocalTestMethodExecutor.enrichArguments(java.lang.reflect.Method method,
java.util.Collection<TestEnricher> enrichers)
Enrich the method arguments of a method call.
The Object[] index will match the method parameterType[] index. |
Modifier and Type | Class and Description |
---|---|
class |
ArquillianResourceTestEnricher
ArquillianTestEnricher
|
Modifier and Type | Class and Description |
---|---|
class |
CDIInjectionEnricher
Enricher that provide JSR-299 CDI class and method argument injection.
|
Modifier and Type | Class and Description |
---|---|
class |
EJBInjectionEnricher
Enricher that provide EJB class and setter method injection.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceInjectionEnricher
Enricher that provide @Resource field and method argument injection.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.Object[] |
LocalTestMethodExecutor.enrichArguments(java.lang.reflect.Method method,
java.util.Collection<TestEnricher> enrichers)
Enrich the method arguments of a method call.
The Object[] index will match the method parameterType[] index. |