Verify service method called with specific and any arguments using argument matchers
Preconditions (2)
Step 1: Call the service method with arguments: "testString" and 10
Step 2: Verify that the service method was called with the exact String "testString" and any Integer argument
Step 3: Verify that the service method was called with any String argument and the exact Integer 10
✅ Expected Result: The verification passes confirming the method was called with the expected argument matchers