TestSmells / TestSmellDetector

A tool to detect test smells in Java projects that utilize JUnit as the testing framework
https://testsmells.github.io/
GNU General Public License v3.0
73 stars 39 forks source link

runs on any projects (makes csv input on the fly) #16

Open koaben opened 2 years ago

koaben commented 2 years ago

When given a valid maven directory as input, the monitoring application can create a report.

Added unit tests