Interface TestRunnerPerformanceLogger.RunnableWithResultAndException<R,​E extends Exception>

  • Type Parameters:
    R - the result class
    E - the exception class
    Enclosing class:
    TestRunnerPerformanceLogger

    public static interface TestRunnerPerformanceLogger.RunnableWithResultAndException<R,​E extends Exception>
    A runnable with a result that can throw an exception.
    Author:
    Rene Schneider - initial API and implementation