org.apache.openejb.arquillian.common.deployment
Class DeploymentExceptionObserver

java.lang.Object
  extended by org.apache.openejb.arquillian.common.deployment.DeploymentExceptionObserver

public class DeploymentExceptionObserver
extends Object


Constructor Summary
DeploymentExceptionObserver()
           
 
Method Summary
static Set<Class<?>> availableExceptionTypes()
           
 void cleanUp(org.jboss.arquillian.test.spi.event.suite.AfterClass event)
           
static Exception getExceptions(Class<?> clazz)
           
 void observes(org.jboss.arquillian.container.spi.client.container.DeploymentException t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentExceptionObserver

public DeploymentExceptionObserver()
Method Detail

observes

public void observes(@Observes
                     org.jboss.arquillian.container.spi.client.container.DeploymentException t)
              throws Exception
Throws:
Exception

getExceptions

public static Exception getExceptions(Class<?> clazz)

availableExceptionTypes

public static Set<Class<?>> availableExceptionTypes()

cleanUp

public void cleanUp(@Observes
                    org.jboss.arquillian.test.spi.event.suite.AfterClass event)
             throws Exception
Throws:
Exception


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