Interesting article about JUnit 5 parameterized tests using BDD (Behaviour-Driven Development) style. It shows an example of using @CsvSource as arguments source and a specific implementation of an argument converter. Have you ever used parameterized tests in your unit tests?
Archive for category testing
Interesting article about some bad programming practices, including topics like code organization, teamwork, testing and maintenance.