Uses of Interface
org.jboss.arquillian.container.test.spi.TestRunner
-
Packages that use TestRunner Package Description org.jboss.arquillian.container.test.spi.util -
-
Uses of TestRunner in org.jboss.arquillian.container.test.spi.util
Methods in org.jboss.arquillian.container.test.spi.util that return TestRunner Modifier and Type Method Description static TestRunnerTestRunners. getTestRunner()Dynamically loads an instance of a test runner.static TestRunnerTestRunners. getTestRunner(ClassLoader classLoader)Dynamically loads an instance of a test runner.
-