Skip to content

Instantly share code, notes, and snippets.

@yayaa
Last active October 28, 2017 21:30
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 yayaa/d53368824d19f91666f0c864a125cf34 to your computer and use it in GitHub Desktop.
Save yayaa/d53368824d19f91666f0c864a125cf34 to your computer and use it in GitHub Desktop.
How to Test Builder - 6
fun <T : Any> verifyInOrder(mock: T, body: T.() -> Unit)
= with(inOrder(mock)) { verify(mock).body() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment