Skip to content

Instantly share code, notes, and snippets.

View alessiogambi's full-sized avatar

Alessio Gambi alessiogambi

  • Austrian Institute of Technology (AIT)
  • Austria
View GitHub Profile
@alessiogambi
alessiogambi / gist:75d9287173d064db2bf2ec67f1337ae2
Created November 30, 2020 12:54
Create Unit tests for Testing Minesweeper in Eclipse/Java
/**
* 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)