Tests - paffman/WBS-Project GitHub Wiki

Each critical code should be tested. Tests are implemented under src/test/java. The tests are realized as unittests and written in JUnit. To implement new tests for a class a associated package should be created. In this package insert a new JUnit test class. There every method of the class should be tested independently. All tests in the test directory can be executed with the gradle task "test".