Skip to content

Instantly share code, notes, and snippets.

@davidmerrick
Last active August 9, 2019 22:41
Show Gist options
  • Save davidmerrick/40552a0c5d17bb136d927fcee81851dc to your computer and use it in GitHub Desktop.
Save davidmerrick/40552a0c5d17bb136d927fcee81851dc to your computer and use it in GitHub Desktop.

Revisions

  1. davidmerrick revised this gist Aug 9, 2019. No changes.
  2. davidmerrick revised this gist Aug 9, 2019. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions templates.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,9 @@ Integration test:
    @Test(groups = [INTEGRATION_GROUP])
    fun `$END$`(){
    }
    ```

    Add Kotlin logging:
    ```kotlin
    private val log = KotlinLogging.logger {}
    ```
  3. davidmerrick created this gist Aug 9, 2019.
    7 changes: 7 additions & 0 deletions templates.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Integration test:

    ```kotlin
    @Test(groups = [INTEGRATION_GROUP])
    fun `$END$`(){
    }
    ```