Skip to content

Instantly share code, notes, and snippets.

@birojow
Last active July 6, 2024 15:25
Show Gist options
  • Save birojow/9740cc3d32b1da1aab6d88cc74bdca45 to your computer and use it in GitHub Desktop.
Save birojow/9740cc3d32b1da1aab6d88cc74bdca45 to your computer and use it in GitHub Desktop.
@Test
fun test() {
arrange {
mockSomething()
mockSomethingElse()
}
act {
doSomething()
doSomethingElse()
}
assert {
somethingIsCorrect()
somethingElseIsCorrect()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment