Class Before
- All Implemented Interfaces:
Event,LifecycleEvent
Event fired Before 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
-
Before
- Parameters:
testInstance- The test case instance being testedtestMethod- The test method that is about to be executed
-
Before
- Parameters:
testInstance- The test case instance being testedtestMethod- The test method that is about to be executedexecutor- A call back when the LifecycleMethod represented by this event should be invoked
-