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

Support for multiple reports with different granularity (file, class, method) #9

Open victorgveloso opened 3 years ago

victorgveloso commented 3 years ago

Added 2 csv optional reports (enabled by default). Each report contains test smells that affects a different granularity.

Tests included

victorgveloso commented 3 years ago

For optional reports configuration check properties file at https://github.com/victorgveloso/TestSmellDetector/blob/master/src/resources/test-smells.properties