File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111 }
1212 dependencies {
1313 // 2. Add the plugin as a classpath dependency
14- classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M4-rev1 "
14+ classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.0-M4-rev2 "
1515 }
1616}
1717
@@ -22,6 +22,9 @@ apply plugin: "de.mannodermaus.android-junit5"
2222dependencies {
2323 // 4. Add the testCompile dependencies on JUnit Jupiter
2424 testCompile junitJupiter()
25+
26+ // 5. If you need parameterized tests:
27+ testCompile junitParams()
2528}
2629```
2730
Original file line number Diff line number Diff line change 33# Artifact configuration
44GROUP_ID = de.mannodermaus.gradle.plugins
55ARTIFACT_ID = android-junit5
6- VERSION_NAME = 1.0.0-M4-rev1
6+ VERSION_NAME = 1.0.0-M4-rev2
77DESCRIPTION = Unit Testing with JUnit 5 for Android.
88VCS_URL = https://github.com/aurae/android-junit5
99
You can’t perform that action at this time.
0 commit comments