Tests
Contents
JUnit
- Demo JUnit5 (GitHub) → very good examples by Nicolai Parlog (nipafx)
- 2020 JUnit 5 – Parameterized Tests (part of a blog series about JUnit 5)
- 2020 Migrating from JUnit 4 to JUnit 5: Important Differences and Benefits
- 2019 Junit 5 : pourquoi et comment migrer
Mockito
2020 Mockito pour les débutants