Verify @DisplayName annotation shows readable test names in JUnit reports
Preconditions (2)
Step 1: Create a test method with @Test annotation
Step 2: Add @DisplayName annotation with a readable name to the test method
Step 3: Run the test class using JUnit
Step 4: Observe the test report or IDE test runner output
✅ Expected Result: The test method should appear in the test report or IDE with the readable name specified in @DisplayName instead of the method name