Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created January 11, 2022 15:09
Show Gist options
  • Save cicorias/603720fc894c8117454a6746bc0d0c5b to your computer and use it in GitHub Desktop.
Save cicorias/603720fc894c8117454a6746bc0d0c5b to your computer and use it in GitHub Desktop.
Kotlin Live Templates for Intellij
@Test
fun `should $DESCRIPTION$`() {
// given
$GIVEN$
// when
$WHEN$
// then
$THEN$
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment