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