Skip to content

Instantly share code, notes, and snippets.

@pinguinson
Created September 8, 2017 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinguinson/e3606d1beb178d649b27830b450f64a4 to your computer and use it in GitHub Desktop.
Save pinguinson/e3606d1beb178d649b27830b450f64a4 to your computer and use it in GitHub Desktop.
when(mockSiebelIntegration.changeClientAddress(any())(any())).thenReturnAsync(xml)
when(mockSiebelIntegration.changeOfficeForAction(any(), any())(any())).thenReturnAsync(xml)
def ? = any()
when(mockSiebelIntegration.changeClientAddress(?)(?)).thenReturnAsync(xml)
when(mockSiebelIntegration.changeOfficeForAction(?, ?)(?)).thenReturnAsync(xml)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment