Interface TestRunnerPerformanceLogger.RunnableWithResultAndException<R,E extends Exception>
-
- Type Parameters:
R- the result classE- the exception class
- Enclosing class:
- TestRunnerPerformanceLogger
public static interface TestRunnerPerformanceLogger.RunnableWithResultAndException<R,E extends Exception>A runnable with a 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 Rrun()Runs the stuff.
-