use plain JUnit for test assertions
All checks were successful
continuous-integration/drone/push Build is passing

Hamcrest is a beautiful library, but we try to keep things simple here
and switch to plain JUnit 5 assertions for testing.
This commit is contained in:
2021-06-12 13:09:45 +02:00
parent 3c11fe912b
commit 74092bba9a
22 changed files with 712 additions and 778 deletions

View File

@ -117,12 +117,6 @@
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>