文件名称:kotest-intellij-plugin:Intellij和Android Studio的官方Kotest插件
文件大小:958KB
文件格式:ZIP
更新时间:2024-03-12 23:24:35
intellij kotest-plugin Kotlin
kotest-intellij-plugin Intellij和Android Studio的官方 入门 此插件需要Kotest 4.1.0或更高版本。 val kotestVersion = " 4.1.3 " or " 4.2.6 " // and then the kotlin dependencies dependencies { .. . testImplementation( " io.kotest:kotest-assertions-core-jvm: $kotestVersion " ) // optional, for kotest assertions testImplementation( " io.kotest:kotest-runner-junit5-jvm: $kotestVersion " ) // required