Verify addition of two numbers using Arrange-Act-Assert pattern
Preconditions (2)
Step 1: Arrange: Create an instance of Calculator
Step 2: Act: Call add method with inputs 5 and 3
Step 3: Assert: Verify the result is 8
✅ Expected Result: The test passes confirming that 5 + 3 equals 8