2023/06/26 kotest, kotlin kotest - "someContainer " - { "someTest" { } "someTest" { }}- はContainerの意味であり、その中に、別のScopeが必要ない場合は、実行されない。 Read more
2022/11/25 kotlin mockk kotlin no return value val mockedFile = mockk<File>() every { mockedFile.write(any()) } returns Unit Read more
2022/11/25 kotlin Kotlin mocking a var with get/set using Mockk coEvery { someClass getProperty "now"} returns now Read more
2022/02/28 kotlin launch is only available since Kotlin 1.3 and cannot be used in Kotlin 1.2 kotlin compile style Read more