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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Runs the stuff.
  • Method Details

    • run

      void run() throws E
      Runs the stuff.
      Throws:
      E