Interface TestRunner


  • public interface TestRunner
    TestRunner

    A Generic way to start the test framework.

    Version:
    $Revision: $
    Author:
    Aslak Knutsen
    • 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 execute
        methodName - The method to execute
        Returns:
        The result of the test