org.jboss.arquillian.junit.container
Class JUnitTestRunner
java.lang.Object
org.jboss.arquillian.junit.container.JUnitTestRunner
- All Implemented Interfaces:
- TestRunner
public class JUnitTestRunner
- extends Object
- implements TestRunner
JUnitTestRunner
A Implementation of the Arquillian TestRunner SPI for JUnit.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen, thomas.diesler@jboss.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitTestRunner
public JUnitTestRunner()
getRunListeners
protected List<org.junit.runner.notification.RunListener> getRunListeners()
- Overwrite to provide additional run listeners.
execute
public TestResult execute(Class<?> testClass,
String methodName)
- Specified by:
execute in interface TestRunner
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.