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