org.jboss.arquillian.test.spi.event.suite
Class After

java.lang.Object
  extended by org.jboss.arquillian.test.spi.event.suite.SuiteEvent
      extended by org.jboss.arquillian.test.spi.event.suite.ClassEvent
          extended by org.jboss.arquillian.test.spi.event.suite.TestEvent
              extended by org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent
                  extended by org.jboss.arquillian.test.spi.event.suite.After
All Implemented Interfaces:
Event, LifecycleEvent

public class After
extends TestLifecycleEvent

Event fired After the Test method execution.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
After(Object testInstance, Method testMethod)
           
After(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
           
 
Method Summary
 
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent
getExecutor
 
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.TestEvent
getTestInstance, getTestMethod
 
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.ClassEvent
getTestClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

After

public After(Object testInstance,
             Method testMethod)
Parameters:
testInstance - The test case instance being tested
testMethod - The test method that is about to be executed

After

public After(Object testInstance,
             Method testMethod,
             LifecycleMethodExecutor executor)
Parameters:
testInstance - The test case instance being tested
testMethod - The test method that was executed
executor - A call back when the LifecycleMethod represented by this event should be invoked


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.