org.jboss.arquillian.test.spi.event.suite
Class Test

java.lang.Object
  extended by org.jboss.arquillian.test.spi.event.suite.SuiteEvent
      extended by org.jboss.arquillian.test.spi.event.suite.ClassEvent
          extended by org.jboss.arquillian.test.spi.event.suite.TestEvent
              extended by 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

Constructor Summary
Test(TestMethodExecutor testMethodExecutor)
           
 
Method Summary
 TestMethodExecutor getTestMethodExecutor()
           
 
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.TestEvent
getTestInstance, getTestMethod
 
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.ClassEvent
getTestClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test(TestMethodExecutor testMethodExecutor)
Parameters:
testMethodExecutor - The executor responsible for executing the test method
Method Detail

getTestMethodExecutor

public TestMethodExecutor getTestMethodExecutor()


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.