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
-
Method Details
-
run
void run() throws ERuns the stuff.- Throws:
E
-