BME-MIT-IET / iet-hf-2024-lajkabospoverdbyc3tin

iet-hf-2024-lajkabospoverdbyc3tin created by GitHub Classroom
0 stars 0 forks source link

Unit tests #4

Closed gergobuzas closed 5 months ago

gergobuzas commented 5 months ago

Creation / completion of unit tests (JUnit...) + measuring the code coverage of tests and expanding the test set based on this (JaCoCo, OpenCover, Coveralls, Codecov.io...)

gergobuzas commented 5 months ago

Restructured the repository by having the Java Class files inside an "src" directory. This will probably cause headaches, but allows for greater separation of files, and less headaches with Unit test implementations.

KACHOW!