org.jboss.arquillian.test.spi.event.suite
Class TestEvent
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
- All Implemented Interfaces:
- Event
- Direct Known Subclasses:
- Test, TestLifecycleEvent
public class TestEvent
- extends ClassEvent
Base for events fired in the Test execution cycle.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestEvent
public TestEvent(Object testInstance,
Method testMethod)
- Parameters:
testInstance
- The test case instancetestMethod
- The test method
- Throws:
IllegalArgumentException
- if testInstance is null
IllegalArgumentException
- if testMethod is null
getTestInstance
public Object getTestInstance()
getTestMethod
public Method getTestMethod()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.