- All Implemented Interfaces:
- org.junit.platform.launcher.TestExecutionListener
@AutoService(value=org.junit.platform.launcher.TestExecutionListener.class)
public class BlockHoundTestExecutionListener
extends java.lang.Object
implements org.junit.platform.launcher.TestExecutionListener
This TestExecutionListener installs BlockHound (via BlockHound.install(BlockHoundIntegration...)
as soon as JUnit Platform loads it.
Although the class is public, it is only so due to SPI's limitation and SHOULD NOT be considered a public API.