Skip to content

Instantly share code, notes, and snippets.

@NikCapko
Last active August 1, 2023 16:28
Show Gist options
  • Save NikCapko/dd3ab2076cc15dcc2b39cf01b7962021 to your computer and use it in GitHub Desktop.
Save NikCapko/dd3ab2076cc15dcc2b39cf01b7962021 to your computer and use it in GitHub Desktop.
Single unit test
@Test
fun `$TestDescription$`() {
// ARRANGE
val sut: $TestModule$ = $TestModule$($Parameters$)
$END$
// ACTION
// CHECK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment