org.apache.openejb.arquillian.common
Class TestObserver

java.lang.Object
  extended by org.apache.openejb.arquillian.common.TestObserver

public class TestObserver
extends Object


Constructor Summary
TestObserver()
           
 
Method Summary
 void observes(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.TestEvent> event)
           
 void release(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.spi.event.container.BeforeUnDeploy> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestObserver

public TestObserver()
Method Detail

observes

public void observes(@Observes
                     org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.TestEvent> event)

release

public void release(@Observes
                    org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.container.spi.event.container.BeforeUnDeploy> event)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.