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

java.lang.Object
  extended by org.jboss.arquillian.spi.event.suite.SuiteEvent
      extended by org.jboss.arquillian.spi.event.suite.ClassEvent
          extended by org.jboss.arquillian.spi.event.suite.TestEvent
              extended by org.jboss.arquillian.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.spi.event.suite.TestEvent
getTestInstance, getTestMethod
 
Methods inherited from class org.jboss.arquillian.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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.