Interface TestRunnerPerformanceLogger.RunnableWithException<E extends java.lang.Exception>
-
- Type Parameters:
E- the exception class
- Enclosing class:
- TestRunnerPerformanceLogger
public static interface TestRunnerPerformanceLogger.RunnableWithException<E extends java.lang.Exception>A runnable with no result that can throw an exception.- Author:
- Rene Schneider - initial API and implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Runs the stuff.
-