public abstract class AbstractDependencyResolverProducer extends Object
An abstract producer that is responsible for creating instances of concrete AbstractDependencyResolver.
| Constructor and Description |
|---|
AbstractDependencyResolverProducer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractDependencyResolver |
createDependencyResolver()
Abstract method responsible for creating the concrete instance of
AbstractDependencyResolver. |
SpringDeployerConfiguration |
getConfiguration()
Retrieves the configuration.
|
void |
initDependencyResolver(org.jboss.arquillian.test.spi.event.suite.BeforeSuite beforeSuiteEvent)
Creates the dependency resolver before the test suite is being run.
|
public SpringDeployerConfiguration getConfiguration()
Retrieves the configuration.
public void initDependencyResolver(@Observes(precedence=1)
org.jboss.arquillian.test.spi.event.suite.BeforeSuite beforeSuiteEvent)
Creates the dependency resolver before the test suite is being run.
beforeSuiteEvent - the event fired before execution of the test suiteprotected abstract AbstractDependencyResolver createDependencyResolver()
Abstract method responsible for creating the concrete instance of AbstractDependencyResolver.
AbstractDependencyResolverCopyright © 2012 JBoss by Red Hat. All Rights Reserved.