Verify that a method does not throw any exception
Preconditions (2)
Step 1: Call the 'calculate' method with inputs 10 and 2
Step 2: Verify that no exception is thrown during the method call
✅ Expected Result: The 'calculate' method completes without throwing any exception