You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
-->
6
6
# <imgsrc=".images/logo.png"align="right"width="100">JUnit Jupiter for Android [][circleci]
7
7
8
-
A Gradle plugin that allows for the execution of [JUnit Jupiter][junitgh] tests in Android environments using **Android Gradle Plugin 8.2 or later.**
8
+
A Gradle plugin that allows for the execution of [JUnit Jupiter][junit-github] tests in Android environments using **Android Gradle Plugin 8.2 or later.**
9
9
10
10
## How?
11
11
12
12
This plugin configures the unit test tasks for each build variant of a project to run on the JUnit Platform. Furthermore, it provides additional configuration options for these tests [through a DSL][wiki-dsl] and facilitates the usage of JUnit Jupiter for instrumentation tests.
13
13
14
-
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junitug]. To get a first look at its features, a small showcase project can be found [here][sampletests].
14
+
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junit-user-guide]. To get a first look at its features, a small showcase project can be found [here][sampletests].
15
15
16
16
## Setup
17
17
@@ -312,8 +312,8 @@ limitations under the License.
Copy file name to clipboardExpand all lines: README.md.template
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# <img src=".images/logo.png" align="right" width="100">JUnit Jupiter for Android [][circleci]
2
2
3
-
A Gradle plugin that allows for the execution of [JUnit Jupiter][junitgh] tests in Android environments using **Android Gradle Plugin ${constants.minimumRequiredAgpVersion} or later.**
3
+
A Gradle plugin that allows for the execution of [JUnit Jupiter][junit-github] tests in Android environments using **Android Gradle Plugin ${constants.minimumRequiredAgpVersion} or later.**
4
4
5
5
## How?
6
6
7
7
This plugin configures the unit test tasks for each build variant of a project to run on the JUnit Platform. Furthermore, it provides additional configuration options for these tests [through a DSL][wiki-dsl] and facilitates the usage of JUnit Jupiter for instrumentation tests.
8
8
9
-
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junitug]. To get a first look at its features, a small showcase project can be found [here][sampletests].
9
+
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junit-user-guide]. To get a first look at its features, a small showcase project can be found [here][sampletests].
10
10
11
11
## Setup
12
12
@@ -307,8 +307,8 @@ limitations under the License.
0 commit comments