Verify that a fast unit test runs quickly and passes
Preconditions (2)
Step 1: Create a test method that calls a simple function returning a fixed value
Step 2: Run the test method
Step 3: Measure the test execution time
Step 4: Verify the test passes quickly (under 100 milliseconds)
✅ Expected Result: The test passes successfully and completes quickly, demonstrating that fast tests enable frequent runs.