Interface TestRunner


public interface TestRunner
TestRunner

A Generic way to start the test framework.

Version:
$Revision: $
Author:
Aslak Knutsen
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(Class<?> testClass, String methodName)
    Run a single test method in a test class.
  • Method Details

    • execute

      TestResult execute(Class<?> testClass, String methodName)
      Run a single test method in a test class.
      Parameters:
      testClass - The test case class to execute
      methodName - The method to execute
      Returns:
      The result of the test