rafaelnaufal.com - Rafael Naufal's blog - Communicating my thoughts on software development Rafael Naufal's blog

Description: Communicating my thoughts on software development

Example domain paragraphs

Posted by rnaufal in java , junit5 , kotlin , programming , testing | No Comments

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?

Tags: java , junit5 , kotlin , programming , tests