Skip to content

Commit 615fbf0

Browse files
committed
Add link to System Lambda to Readme
Make people aware of this alternative. It is very helpful for developers that use JUnit Jupiter or TestNG because they cannot use System Rules.
1 parent 6bf863b commit 615fbf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
System Rules is a collection of JUnit rules for testing code which uses
66
`java.lang.System`.
77

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+
814

915
## Installation
1016

0 commit comments

Comments
 (0)