Interface TestRunner
public interface TestRunner
TestRunner
A Generic way to start the test framework.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Method Summary
Modifier and TypeMethodDescriptionRun a single test method in a test class.
-
Method Details
-
execute
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
-