T - the type of application contextpublic abstract class AbstractSpringInjectionEnricher<T extends TestScopeApplicationContext> extends Object implements org.jboss.arquillian.test.spi.TestEnricher
Spring test enricher, injects spring beans into the test class.
| Constructor and Description |
|---|
AbstractSpringInjectionEnricher() |
| Modifier and Type | Method and Description |
|---|---|
void |
enrich(Object testCase) |
abstract T |
getTestScopeApplicationContext()
Retrieves the instance of
TestScopeApplicationContext. |
Object[] |
resolve(Method method) |
public abstract T getTestScopeApplicationContext()
Retrieves the instance of TestScopeApplicationContext.
public void enrich(Object testCase)
enrich in interface org.jboss.arquillian.test.spi.TestEnricherCopyright © 2014 JBoss by Red Hat. All Rights Reserved.