org.jboss.arquillian.test.spi.event.suite
Class Before
java.lang.Object
org.jboss.arquillian.test.spi.event.suite.SuiteEvent
org.jboss.arquillian.test.spi.event.suite.ClassEvent
org.jboss.arquillian.test.spi.event.suite.TestEvent
org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent
org.jboss.arquillian.test.spi.event.suite.Before
- All Implemented Interfaces:
- Event, LifecycleEvent
public class Before
- extends TestLifecycleEvent
Event fired Before the Test method execution
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Before
public Before(Object testInstance,
Method testMethod)
- Parameters:
testInstance
- The test case instance being testedtestMethod
- The test method that is about to be executed
Before
public Before(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
- 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
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.