Skip to content

Releases: webcompere/system-stubs

v2.0.2

23 Sep 12:46
9b564d3
Compare
Choose a tag to compare

Update dependencies and remove use of JUnit internals to implement the extension

v2.0.1

23 Sep 12:47
Compare
Choose a tag to compare

Refine the support for the mocked environment variables to cover launching processes.

v2.0.0

23 Sep 12:48
Compare
Choose a tag to compare

Switch from reflection to the use of Mockito for mocking environment variables in order to support JDK 17+

v1.2.0

23 Sep 12:51
Compare
Choose a tag to compare

Add multiple outputs to the SystemOut stub

v1.1.0

23 Sep 12:51
Compare
Choose a tag to compare

Extend property loading for convenience.

v1.0.0

23 Sep 12:53
Compare
Choose a tag to compare

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