org.jboss.arquillian.testng.container
Class TestNGTestRunner
java.lang.Object
org.jboss.arquillian.testng.container.TestNGTestRunner
- All Implemented Interfaces:
- TestRunner
public class TestNGTestRunner
- extends Object
- implements TestRunner
TestNGTestRunner
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestNGTestRunner
public TestNGTestRunner()
execute
public TestResult execute(Class<?> testClass,
String methodName)
- Description copied from interface:
TestRunner
- Run a single test method in a test class.
- Specified by:
execute
in interface TestRunner
- 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.