org.jboss.arquillian.container.test.impl.client
Class ContainerEventController
java.lang.Object
org.jboss.arquillian.container.test.impl.client.ContainerEventController
public class ContainerEventController
- extends Object
Event dispatcher between Test lifecyle events and Container control events.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
|
Method Summary |
void |
createAfterContext(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.After> context)
|
void |
createBeforeContext(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.Before> context)
|
void |
createTestContext(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.Test> context)
|
void |
execute(org.jboss.arquillian.test.spi.event.suite.AfterClass event)
|
void |
execute(org.jboss.arquillian.test.spi.event.suite.AfterSuite event)
|
void |
execute(org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
|
void |
execute(org.jboss.arquillian.test.spi.event.suite.BeforeSuite event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerEventController
public ContainerEventController()
execute
public void execute(@Observes
org.jboss.arquillian.test.spi.event.suite.BeforeSuite event)
execute
public void execute(@Observes
org.jboss.arquillian.test.spi.event.suite.AfterSuite event)
execute
public void execute(@Observes
org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
execute
public void execute(@Observes
org.jboss.arquillian.test.spi.event.suite.AfterClass event)
createBeforeContext
public void createBeforeContext(@Observes
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.Before> context)
createTestContext
public void createTestContext(@Observes
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.Test> context)
createAfterContext
public void createAfterContext(@Observes
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.After> context)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.