Test Overview
This test demonstrates the lifecycle of nested test classes in JUnit 5. It verifies that the outer and inner test classes run their setup and teardown methods in the correct order, and that test methods inside the nested class execute successfully.