geekyhacker.com
Pass null values in JUnit 5 @CsvSource
JUnit 5 @CsvSource allows writing parameterized tests without creating a CSV file or writing a method to feed data. However, handling nulls is not provided out of the box and requires a bit of conf…