Example 1. A basic configuration for the 'test' task. Groovy Kotlin. build.gradle. dependencies { testImplementation 'junit:junit:4.12' } test { useJUnit() ...
確定! 回上一頁