Verify package-level test organization with JUnit
Preconditions (2)
Step 1: Run all tests in the package 'com.example.utils'
Step 2: Verify that all test classes in 'com.example.utils' package are executed
Step 3: Run all tests in the package 'com.example.services'
Step 4: Verify that all test classes in 'com.example.services' package are executed
✅ Expected Result: All tests in the specified packages run successfully and report correct pass/fail status