@DisplayName Annotation on Test Class
This lesson demonstrates how to provide custom display names to test class.
We'll cover the following...
@DisplayName on Test Class
JUnit 5 has @DisplayName
annotation which is used to provide a custom name for the test class.
Usually, By default, JUnit 5 ...