Interface TestRunnerPerformanceLogger.RunnableWithResult<R>

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

    public static interface TestRunnerPerformanceLogger.RunnableWithResult<R>
    A runnable with a result.
    Author:
    Rene Schneider - initial API and implementation
    • Method Detail

      • run

        R run()
        Runs the stuff.