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

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

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

      • run

        R run()
        throws E extends java.lang.Exception
        Runs the stuff.
        Throws:
        E
        E extends java.lang.Exception