public abstract class ConfigurationProducer<T extends Configuration> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.arquillian.core.api.Instance<org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor> |
descriptor |
| Constructor and Description |
|---|
ConfigurationProducer() |
| Modifier and Type | Method and Description |
|---|---|
T |
configureFromArquillianDescriptor() |
protected abstract T |
create() |
abstract void |
observe(org.jboss.arquillian.test.spi.event.suite.BeforeSuite beforeSuiteEvent) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.