org.jboss.arquillian.test.impl
Class EventTestRunnerAdaptor
java.lang.Object
org.jboss.arquillian.test.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(org.jboss.arquillian.core.spi.ManagerBuilder builder)
EventTestRunnerAdaptor
public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager)
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.