Last active
August 9, 2019 22:41
-
-
Save davidmerrick/40552a0c5d17bb136d927fcee81851dc to your computer and use it in GitHub Desktop.
Revisions
-
davidmerrick revised this gist
Aug 9, 2019 . No changes.There are no files selected for viewing
-
davidmerrick revised this gist
Aug 9, 2019 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 {} ``` -
davidmerrick created this gist
Aug 9, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ Integration test: ```kotlin @Test(groups = [INTEGRATION_GROUP]) fun `$END$`(){ } ```