Created
August 16, 2018 23:49
-
-
Save Amejia481/7c8dc1832f5a3dcc0038a2ad8e578ea1 to your computer and use it in GitHub Desktop.
Mockito kotlin tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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