Skip to content

Commit 91d31c0

Browse files
committed
Add link to sample tests inside the README
1 parent c4205c4 commit 91d31c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ dependencies {
3535
This plugin configures the `junitPlatform` task for each registered build variant of a project.
3636
It automatically attaches both the Jupiter & Vintage Engines during the execution phase of your tests.
3737

38-
Further instructions on how to write JUnit 5 tests can be found [in their User Guide][junit5ug].
38+
More instructions on how to write JUnit 5 tests can be found [in their User Guide][junit5ug].
39+
Furthermore, this repository provides a small showcase of the functionality provided by JUnit 5 [here][sampletests].
3940

4041
## Extras
4142

@@ -56,3 +57,4 @@ junitPlatform {
5657
[junit5ug]: http://junit.org/junit5/docs/current/user-guide
5758
[travisci]: https://travis-ci.org/aurae/android-junit5
5859
[sonatyperepo]: https://oss.sonatype.org/content/repositories/snapshots
60+
[sampletests]: https://github.com/aurae/android-junit5/tree/master/sample/src/test

0 commit comments

Comments
 (0)