Skip to content

Commit

Permalink
Merge pull request #3 from ref-humbold/assertj
Browse files Browse the repository at this point in the history
AssertJ
  • Loading branch information
R. Kaleta authored Aug 9, 2020
2 parents ee73d87 + ccff0af commit c2ea8ae
Show file tree
Hide file tree
Showing 6 changed files with 511 additions and 421 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ General:
> libraries are automatically downloaded during build process
+ JUnit 5.+
+ AssertJ 3.+

-----

Expand Down
1 change: 1 addition & 0 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<dependency org="org.junit.platform" name="junit-platform-commons" rev="1.+" />
<dependency org="org.junit.platform" name="junit-platform-engine" rev="1.+" />
<dependency org="org.junit.platform" name="junit-platform-launcher" rev="1.+" />
<dependency org="org.assertj" name="assertj-core" rev="3.+" />
</dependencies>
</ivy-module>
Loading

0 comments on commit c2ea8ae

Please sign in to comment.