This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The following test must be store in the root package of your Java project. The test is taked from the | |
* Programming Styles WiSe 20-21 Basic Test Case. To make it work you need the following dependencies in your project: | |
- JUnit 4.12 | |
- Hamcrest 2.2 | |
- Apache Commons Lang3 3.10 | |
- JUnit System Rules 1.19 (https://stefanbirkner.github.io/system-rules/download.html) | |