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

improving the implementation of the AbstractSmell class, removing rep… #4

Open tassiovirginio opened 4 years ago

tassiovirginio commented 4 years ago

improving the implementation of the AbstractSmell class, removing repeated methods in the child classes, simplifying the code of the child classes.