public class EmbeddedSetupObserver extends SetupObserver<SetupTask>
SetupObserver.AbstractSetupContext| Modifier and Type | Field and Description |
|---|---|
static String[] |
moduleNames |
| Constructor and Description |
|---|
EmbeddedSetupObserver() |
| Modifier and Type | Method and Description |
|---|---|
protected List<URL> |
getInitialModuleLocations() |
void |
handleAfterSuite(org.jboss.arquillian.test.spi.event.suite.AfterSuite event) |
void |
handleBeforeSuite(org.jboss.arquillian.test.spi.event.suite.BeforeSuite event) |
getSetupContext, getSetupTasks, getSuiteObjectStore, handleAfterClass, handleBeforeClasspublic static final String[] moduleNames
protected List<URL> getInitialModuleLocations() throws IOException
IOExceptionpublic void handleBeforeSuite(org.jboss.arquillian.test.spi.event.suite.BeforeSuite event)
throws Throwable
handleBeforeSuite in class SetupObserver<SetupTask>Throwablepublic void handleAfterSuite(org.jboss.arquillian.test.spi.event.suite.AfterSuite event)
throws Throwable
handleAfterSuite in class SetupObserver<SetupTask>ThrowableCopyright © 2015 JBoss by Red Hat. All rights reserved.