Uses of Interface
test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils.ThrowingRunnable
Packages that use ThrowingRunnable
Package
Description
Utilities for testing.
-
Uses of ThrowingRunnable in test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils
Methods in test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic <T extends Throwable>
TTestUtils.assertThrows(Class<T> expectedThrowable, ThrowingRunnable runnable) Asserts thatrunnablethrows an exception of typeexpectedThrowablewhen executed.static <T extends Throwable>
TTestUtils.assertThrows(String message, Class<T> expectedThrowable, ThrowingRunnable runnable) Asserts thatrunnablethrows an exception of typeexpectedThrowablewhen executed.