org.jboss.arquillian.impl
Class EventTestRunnerAdaptor

java.lang.Object
  extended by org.jboss.arquillian.impl.EventTestRunnerAdaptor
All Implemented Interfaces:
TestRunnerAdaptor

public class EventTestRunnerAdaptor
extends Object
implements TestRunnerAdaptor

EventTestRunnerAdaptor

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
EventTestRunnerAdaptor(ContextLifecycleManager contextLifecycle)
           
 
Method Summary
 void after(Object testInstance, Method testMethod)
           
 void afterClass(Class<?> testClass)
           
 void afterSuite()
           
 void before(Object testInstance, Method testMethod)
           
 void beforeClass(Class<?> testClass)
           
 void beforeSuite()
           
 Context getActiveContext()
           
 TestResult test(TestMethodExecutor testMethodExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTestRunnerAdaptor

public EventTestRunnerAdaptor(ContextLifecycleManager contextLifecycle)
Method Detail

getActiveContext

public Context getActiveContext()
Specified by:
getActiveContext in interface TestRunnerAdaptor

beforeSuite

public void beforeSuite()
                 throws Exception
Specified by:
beforeSuite in interface TestRunnerAdaptor
Throws:
Exception

afterSuite

public void afterSuite()
                throws Exception
Specified by:
afterSuite in interface TestRunnerAdaptor
Throws:
Exception

beforeClass

public void beforeClass(Class<?> testClass)
                 throws Exception
Specified by:
beforeClass in interface TestRunnerAdaptor
Throws:
Exception

afterClass

public void afterClass(Class<?> testClass)
                throws Exception
Specified by:
afterClass in interface TestRunnerAdaptor
Throws:
Exception

before

public void before(Object testInstance,
                   Method testMethod)
            throws Exception
Specified by:
before in interface TestRunnerAdaptor
Throws:
Exception

after

public void after(Object testInstance,
                  Method testMethod)
           throws Exception
Specified by:
after in interface TestRunnerAdaptor
Throws:
Exception

test

public TestResult test(TestMethodExecutor testMethodExecutor)
                throws Exception
Specified by:
test in interface TestRunnerAdaptor
Throws:
Exception


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