public interface TestRunner
Modifier and Type | Method and Description |
---|---|
TestResult |
execute(java.lang.Class<?> testClass,
java.lang.String methodName)
Run a single test method in a test class.
|
TestResult execute(java.lang.Class<?> testClass, java.lang.String methodName)
testClass
- The test case class to executemethodName
- The method to execute