Verify that the service method is called once when controller method is invoked
Preconditions (2)
Step 1: Create a mock of the service class
Step 2: Inject the mock service into the controller
Step 3: Call the controller method that should invoke the service method
Step 4: Verify that the service method was called exactly once
✅ Expected Result: The test passes if the service method is called exactly once during the controller method execution