org.jboss.arquillian.spi.util
Class TestRunners
java.lang.Object
org.jboss.arquillian.spi.util.TestRunners
public final class TestRunners
- extends Object
TestRunners
Helper factory for loading TestRunners in container.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTestRunner
public static TestRunner getTestRunner()
- Dynamically loads / creates a new instance of a test runner.
- Returns:
- A Initialized TestRunner
- Throws:
IllegalStateException - if multiple TestRunners found in classpath.
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.