junit-custom-display-name-generator
JUnit Custom Display Name Generator API 1. Overview JUnit 5 has good support for customizing test class and test method names. In this quick tutorial, we’ll see how we can use JUnit 5 custom display name generators via the @DisplayNameGeneration annotation. 2. Display Name Generation We can configure custom display… Continue Reading junit-custom-display-name-generator