Interface TestRunner
-
public interface TestRunnerTestRunnerA Generic way to start the test framework.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestResultexecute(Class<?> testClass, String methodName)Run a single test method in a test class.
-
-
-
Method Detail
-
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
-
-