Replace System Rules with System Lambda

System Lambda is more specific. It only wraps the part of the code that
produces the output.
This commit is contained in:
Stefan Birkner
2020-08-24 23:12:45 +02:00
parent 6d83ceba28
commit 3754c66604
4 changed files with 40 additions and 45 deletions

View File

@@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<artifactId>system-lambda</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>