org.jboss.arquillian.impl
Class EventTestRunnerAdaptor
java.lang.Object
org.jboss.arquillian.impl.EventTestRunnerAdaptor
- All Implemented Interfaces:
- TestRunnerAdaptor
public class EventTestRunnerAdaptor
- extends Object
- implements TestRunnerAdaptor
EventTestRunnerAdaptor
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventTestRunnerAdaptor
public EventTestRunnerAdaptor(ContextLifecycleManager contextLifecycle)
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.