org.jboss.arquillian.container.test.spi
Interface TestRunner
- All Known Implementing Classes:
- JUnitTestRunner, TestNGTestRunner
public interface TestRunner
TestRunner
A Generic way to start the test framework.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
execute
TestResult execute(Class<?> testClass,
String methodName)
- Run a single test method in a test class.
- Parameters:
testClass
- The test case class to executemethodName
- The method to execute
- Returns:
- The result of the test
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.