Created
March 30, 2020 18:20
-
-
Save segunfamisa/8b638edce78a7b884af8166959fb861c to your computer and use it in GitHub Desktop.
This file contains 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 `$description$`() { | |
$END$ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use this, in Android Studio (or IntelliJ IDEA),
Abbreviation
field, enter whatever abbreviation you like and is easy to recall for you (I used "ktest")Description
field, enter some description that is familiar to you.Template text
field, enter the text in the gist above."Define"
, and look for Kotlin."Kotlin"
and click on "Class", as we want this to be active in Kotlin classes.Screenshot below: