| Package | Description |
|---|---|
| test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils |
Utilities for testing.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Throwable> |
TestUtils.assertThrows(Class<T> expectedThrowable,
ThrowingRunnable runnable)
Asserts that
runnable throws an exception of type expectedThrowable when
executed. |
static <T extends Throwable> |
TestUtils.assertThrows(String message,
Class<T> expectedThrowable,
ThrowingRunnable runnable)
Asserts that
runnable throws an exception of type expectedThrowable when
executed. |
Copyright © 2022. All rights reserved.