We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf863b commit 615fbf0Copy full SHA for 615fbf0
README.md
@@ -5,6 +5,12 @@
5
System Rules is a collection of JUnit rules for testing code which uses
6
`java.lang.System`.
7
8
+[System Lambda](https://github.com/stefanbirkner/system-lambda) is an
9
+alternative to System Rules that leverages the possibilities of Java 8. It is
10
+independent of the test framework. You can use it for example as a replacement
11
+for System Rules in [JUnit Jupiter](https://junit.org/junit5/) and
12
+[TestNG](https://testng.org/doc/index.html).
13
+
14
15
## Installation
16
0 commit comments