Uses of Interface
de.gebit.integrity.runner.logging.TestRunnerPerformanceLogger.RunnableWithResultAndException
-
Packages that use TestRunnerPerformanceLogger.RunnableWithResultAndException Package Description de.gebit.integrity.runner.logging -
-
Uses of TestRunnerPerformanceLogger.RunnableWithResultAndException in de.gebit.integrity.runner.logging
Methods in de.gebit.integrity.runner.logging with parameters of type TestRunnerPerformanceLogger.RunnableWithResultAndException Modifier and Type Method Description <R,E extends Exception>
RTestRunnerPerformanceLogger. executeAndLog(String aCategoryName, String anActionName, TestRunnerPerformanceLogger.RunnableWithResultAndException<R,E> aRunnable)Executes the provided runnable and logs the time required to execute it, if performance logging is enabled.
-