BAEL-4742 System Stubs example tests

This commit is contained in:
Ashley Frieze
2020-11-24 23:38:20 +00:00
parent 390b864ff3
commit 3c01b8f9f8
21 changed files with 723 additions and 1 deletions
+7 -1
View File
@@ -13,6 +13,12 @@
</parent>
<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
@@ -78,7 +84,7 @@
<properties>
<system-rules.version>1.19.0</system-rules.version>
<system-lambda.version>1.0.0</system-lambda.version>
<system-stubs.version>1.0.0</system-stubs.version>
<system-stubs.version>1.1.0</system-stubs.version>
<junit.jupiter.version>5.6.2</junit.jupiter.version>
</properties>
</project>