Files
VV-ISTIC-TP3/exercises/pmd-test-smells.md
Romain Lefeuvre 7155dd77be 2025 init
2025-11-18 14:43:08 +01:00

759 B

Detecting test smells with PMD

In folder pmd-documentation you will find the documentation of a selection of PMD rules designed to catch test smells. Identify which of the test smells discussed in classes are implemented by these rules.

Use one of the rules to detect a test smell in one of the following projects:

Discuss the test smell you found with the help of PMD and propose here an improvement. Include the improved test code in this file.

Answer