Created
January 11, 2022 15:09
-
-
Save cicorias/603720fc894c8117454a6746bc0d0c5b to your computer and use it in GitHub Desktop.
Kotlin Live Templates for Intellij
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
@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