victorgveloso / 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
0 stars 0 forks source link

Create an Integration Test for each Test Smell #1

Closed victorgveloso closed 4 years ago

victorgveloso commented 4 years ago

Each AbstractSmell implementation should be demonstrated and proved valid with an Integration Test.

This problem should be solved modifying example "Test Smells free" project (Queue), introducing each Test Smells individually, and creating a Test Case for it.

victorgveloso commented 4 years ago

Done at ff64c7df5c2ad6d8de9e466a18b61f8c2ed05fa1