Releases: webcompere/system-stubs
Releases · webcompere/system-stubs
v2.0.2
Update dependencies and remove use of JUnit internals to implement the extension
v2.0.1
Refine the support for the mocked environment variables to cover launching processes.
v2.0.0
Switch from reflection to the use of Mockito for mocking environment variables in order to support JDK 17+
v1.2.0
Add multiple outputs to the SystemOut
stub
v1.1.0
Extend property loading for convenience.
v1.0.0
Initial release of SystemStubs
- Focus on backwards compatibility with SystemLambda
- Fully refactored into a modular approach
- JUnit4 and JUnit5 plugins created
- Document all the ways to use the library