public class TestNGTestRunner extends Object implements TestRunner
Constructor and Description |
---|
TestNGTestRunner() |
Modifier and Type | Method and Description |
---|---|
TestResult |
execute(Class<?> testClass,
String methodName)
Run a single test method in a test class.
|
public TestResult execute(Class<?> testClass, String methodName)
TestRunner
execute
in interface TestRunner
testClass
- The test case class to executemethodName
- The method to executeCopyright © 2017 JBoss by Red Hat. All rights reserved.