org.jboss.arquillian.test.spi.event.suite
Class Test
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.Test
- All Implemented Interfaces:
- Event
public class Test
- extends TestEvent
Event fired to execute the Test method
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test(TestMethodExecutor testMethodExecutor)
- Parameters:
testMethodExecutor
- The executor responsible for executing the test method
getTestMethodExecutor
public TestMethodExecutor getTestMethodExecutor()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.