kotest intellij plugin:Intellij和Android Studio的官方Kotest插件 源码
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
文件列表
kotest-intellij-plugin:Intellij和Android Studio的官方Kotest插件
(预估有个187文件)
gradlew
5KB
DescribeSpecRunMarkerTest.kt
5KB
Kotest Class.kt.ft
348B
description.html
72B
description.html
101B
description.html
86B
description.html
87B
description.html
108B
KotestConfiguration.kt
9KB
DescribeSpecStyle.kt
5KB
暂无评论