Skip to content

Instantly share code, notes, and snippets.

@Amejia481
Created August 16, 2018 23:49
Show Gist options
  • Select an option

  • Save Amejia481/7c8dc1832f5a3dcc0038a2ad8e578ea1 to your computer and use it in GitHub Desktop.

Select an option

Save Amejia481/7c8dc1832f5a3dcc0038a2ad8e578ea1 to your computer and use it in GitHub Desktop.
Mockito kotlin tools
fun <T> capture(argCaptor : ArgumentCaptor<T>): T = argCaptor.capture()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment