@DisplayName Annotation in JUnit 5
The @DisplayName annotation is used to provide a custom name for your JUnit 5 test method. Let’s have a look how it is used in Java code. Below, is a very simple code example of a JUnit 5 test method. Notice how the @DisplayName annotation is used to provide a custom name for the text…
Read More @DisplayName Annotation in JUnit 5