Arquillian Test Implementation Base 1.0.0.Final

org.jboss.arquillian.test.impl
Class EventTestRunnerAdaptor

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

public class EventTestRunnerAdaptor
extends Object
implements TestRunnerAdaptor

EventTestRunnerAdaptor

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager)
           
EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.ManagerBuilder builder)
           
 
Method Summary
 void after(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
           
 void afterClass(Class<?> testClass, LifecycleMethodExecutor executor)
           
 void afterSuite()
           
 void before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
           
 void beforeClass(Class<?> testClass, LifecycleMethodExecutor executor)
           
 void beforeSuite()
           
 void shutdown()
           
 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(org.jboss.arquillian.core.spi.ManagerBuilder builder)

EventTestRunnerAdaptor

public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager)
Method Detail

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,
                        LifecycleMethodExecutor executor)
                 throws Exception
Specified by:
beforeClass in interface TestRunnerAdaptor
Throws:
Exception

afterClass

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

before

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

after

public void after(Object testInstance,
                  Method testMethod,
                  LifecycleMethodExecutor executor)
           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

shutdown

public void shutdown()
Specified by:
shutdown in interface TestRunnerAdaptor

Arquillian Test Implementation Base 1.0.0.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.