org.jboss.arquillian.spi.util
Class TestRunners

java.lang.Object
  extended by org.jboss.arquillian.spi.util.TestRunners

public final class TestRunners
extends java.lang.Object

TestRunners Helper factory for loading TestRunners in container.


Method Summary
static TestRunner getTestRunner()
          Dynamically loads / creates a new instance of a test runner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTestRunner

public static TestRunner getTestRunner()
Dynamically loads / creates a new instance of a test runner.

Returns:
A Initialized TestRunner
Throws:
java.lang.IllegalStateException - if multiple TestRunners found in classpath.