Class After
-
- All Implemented Interfaces:
Event,LifecycleEvent
public class After extends AfterTestLifecycleEvent
Event fired After the Test method execution.- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
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
-
-
-
-
Constructor Detail
-
After
public After(Object testInstance, Method testMethod)
- Parameters:
testInstance- The test case instance being testedtestMethod- 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 testedtestMethod- The test method that was executedexecutor- A call back when the LifecycleMethod represented by this event should be invoked
-
-