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

Validate all granularity reports #2

Closed victorgveloso closed 4 years ago

victorgveloso commented 4 years ago
  1. Create stubbed TestFile, TestClass and TestMethod objects with many TestSmells;
  2. Enable all three report granularities (FILE, CLASS, METHOD) ;
  3. Generate reports and validate it.
victorgveloso commented 4 years ago

File granularity always worked. Working test added at d24a6eb233e347b71727ea210f59e552b5c98d10

Method granularity with correct header tested at d36797b9848978c85cb1c01145d16f3d0cd601e6

Class granularity tested at 3723487827f313bbb9ce448dca98f264632953e5

Simultaneous multiple granularity reports added and tested at 57c0335047a952972d5ff68ce37d00d7d74d2b4d