2025 init

This commit is contained in:
Romain Lefeuvre
2025-11-18 14:43:08 +01:00
commit 7155dd77be
39 changed files with 1134 additions and 0 deletions

11
sujet.md Normal file
View File

@@ -0,0 +1,11 @@
# Practical Session #3: Dynamic Testing
Each programming exercise comes with a template project that you can use. Those templates have all the dependencies already configured. You can find those project in the `code` folder.
## Exercises
1. [On assertions](exercises/assertions.md)
2. [Detecting test smells with PMD](exercises/pmd-test-smells.md)
3. [Balanced strings](exercises/balanced-strings.md)
4. [Test the Date class](exercises/test-date-class.md)
6. [Mocks to the rescue](exercises/mocks.md)