Interface TestRunnerPerformanceLogger.RunnableWithException<E extends Exception>

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

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