JUnit Jupiter extension for System Stubs, enabling mocking of system properties, environment variables, and standard I/O in tests.
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register SystemStubsExtension to enable system stubs in JUnit 5 tests.
Use @RegisterExtension or order extensions explicitly with @ExtendWith.
No dependency data recorded yet.