Using the framework jqwik, I wrote a few tests here
- Validate with randomly generated integers that the sum of two integers is correct
- Validate with randomly generated boundaries that the sum of all prime numbers in between that range are correct
- And Validate that there is a bug (purposely introduced) using the same test as point 2
gradle clean test --info