- All Implemented Interfaces:
- org.junit.platform.launcher.TestExecutionListener
public class UnusedResourcesChecker
extends java.lang.Object
implements org.junit.platform.launcher.TestExecutionListener
Test listener that prints all the unused resources to console after tests
have finished. The listener is registered via the service loader mechanism in
META-INF/services/org.junit.platform.launcher.TestExecutionListener. The
results are only printed on the CI server as data is normally incomplete when
running single tests locally.