| Modifier and Type | Class and Description |
|---|---|
static class |
SetupObserver.AbstractSetupContext |
| Constructor and Description |
|---|
SetupObserver() |
| Modifier and Type | Method and Description |
|---|---|
protected <C extends SetupTask.SetupContext> |
getSetupContext(org.jboss.arquillian.core.spi.context.ObjectStore suiteStore,
org.jboss.arquillian.core.spi.context.ObjectStore classStore) |
List<T> |
getSetupTasks() |
protected org.jboss.arquillian.core.spi.context.ObjectStore |
getSuiteObjectStore() |
void |
handleAfterClass(org.jboss.arquillian.test.spi.event.suite.AfterClass event) |
void |
handleAfterSuite(org.jboss.arquillian.test.spi.event.suite.AfterSuite event) |
void |
handleBeforeClass(org.jboss.arquillian.test.spi.event.suite.BeforeClass event) |
void |
handleBeforeSuite(org.jboss.arquillian.test.spi.event.suite.BeforeSuite event) |
protected <C extends SetupTask.SetupContext> C getSetupContext(org.jboss.arquillian.core.spi.context.ObjectStore suiteStore, org.jboss.arquillian.core.spi.context.ObjectStore classStore)
protected org.jboss.arquillian.core.spi.context.ObjectStore getSuiteObjectStore()
public void handleBeforeSuite(@Observes
org.jboss.arquillian.test.spi.event.suite.BeforeSuite event)
throws Throwable
Throwablepublic void handleBeforeClass(@Observes
org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
throws Throwable
Throwablepublic void handleAfterClass(@Observes
org.jboss.arquillian.test.spi.event.suite.AfterClass event)
throws Throwable
ThrowableCopyright © 2015 JBoss by Red Hat. All rights reserved.