Verify custom extension execution in JUnit 5
Preconditions (2)
Step 1: Create a test class and register the custom extension using @ExtendWith annotation
Step 2: Add a test method that performs a simple assertion
Step 3: Run the test class
✅ Expected Result: The custom extension's beforeEach method is executed before the test method, and the test passes