Run JUnit tests using Gradle test task
Preconditions (2)
Step 1: Open terminal or command line at the project root directory
Step 2: Run the command 'gradle test'
Step 3: Observe the console output for test execution results
Step 4: Verify that all tests pass without errors or failures
✅ Expected Result: Gradle runs all JUnit tests and reports test summary showing all tests passed