Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.execution
Class AfterLifecycleEventExecuter

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.execution.AfterLifecycleEventExecuter

public class AfterLifecycleEventExecuter
extends Object

Observer that executes the After phase on the test case. This is intended for In Container use, AfterClass should only be executed on Client since the state between @Test is not kept In Container.

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
BeforeLifecycleEventExecuter

Constructor Summary
AfterLifecycleEventExecuter()
           
 
Method Summary
 void on(org.jboss.arquillian.test.spi.event.suite.After event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterLifecycleEventExecuter

public AfterLifecycleEventExecuter()
Method Detail

on

public void on(@Observes(precedence=100)
               org.jboss.arquillian.test.spi.event.suite.After event)
        throws Throwable
Throws:
Throwable

Arquillian Container Test Implementation Base 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.