| Class | Description |
|---|---|
| LogLevelsCondition |
JUnit condition that adjusts and reverts log levels before/after each test.
|
| Annotation Type | Description |
|---|---|
| LogLevels |
Test classes annotated with this will change logging levels between tests.
|
| LongRunningTest |
JUnit Jupiter condition to prevent long running tests from running on every build;
set environment variable
RUN_LONG_INTEGRATION_TESTS on a CI nightly build to ensure coverage. |