Class After
- All Implemented Interfaces:
Event,LifecycleEvent
Event fired After the Test method execution.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent
getExecutorMethods inherited from class org.jboss.arquillian.test.spi.event.suite.TestEvent
getTestInstance, getTestMethodMethods inherited from class org.jboss.arquillian.test.spi.event.suite.ClassEvent
getTestClass
-
Constructor Details
-
After
- Parameters:
testInstance- The test case instance being testedtestMethod- The test method that is about to be executed
-
After
- 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
-