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 {
11
11
}
12
12
dependencies {
13
13
// 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 "
15
15
}
16
16
}
17
17
@@ -22,6 +22,9 @@ apply plugin: "de.mannodermaus.android-junit5"
22
22
dependencies {
23
23
// 4. Add the testCompile dependencies on JUnit Jupiter
24
24
testCompile junitJupiter()
25
+
26
+ // 5. If you need parameterized tests:
27
+ testCompile junitParams()
25
28
}
26
29
```
27
30
Original file line number Diff line number Diff line change 3
3
# Artifact configuration
4
4
GROUP_ID = de.mannodermaus.gradle.plugins
5
5
ARTIFACT_ID = android-junit5
6
- VERSION_NAME = 1.0.0-M4-rev1
6
+ VERSION_NAME = 1.0.0-M4-rev2
7
7
DESCRIPTION = Unit Testing with JUnit 5 for Android.
8
8
VCS_URL = https://github.com/aurae/android-junit5
9
9
You can’t perform that action at this time.
0 commit comments