Skip to content

Commit 9bf38f5

Browse files
authored
Introduce project logo & touch up the README (#46)
1 parent d6efbd0 commit 9bf38f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.images/logo.png

19.4 KB
Loading

.images/logo.xcf

593 KB
Binary file not shown.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# android-junit5
1+
# android-junit5 [![Travis Build Status](https://travis-ci.org/mannodermaus/android-junit5.svg?branch=master)][travisci]
22

3-
[![Travis Build Status](https://travis-ci.org/mannodermaus/android-junit5.svg?branch=master)][travisci]
3+
![Logo](.images/logo.png)
44

55
A Gradle plugin that allows for the execution of [JUnit 5][junit5gh] tests in Android environments.
66

77
## Why a separate plugin?
88

99
The JUnit Platform team provides a Gradle plugin for running JUnit 5 on the JVM. However,
1010
that plugin is tailored to the needs of a "purely Java" application, and doesn't work in
11-
the context of the multi-variant world that we live in on Android. Therefore, this plugin was born.
11+
the context of the multi-variant world that we live in on Android. As a result, `android-junit5` was born.
1212

13-
It configures a `junitPlatformTest` task for each registered build variant of a project.
13+
This plugin configures a `junitPlatformTest` task for each registered build variant of a project.
1414
Furthermore, it automatically attaches both the Jupiter & Vintage Engines
1515
during the execution phase of your tests as well, so there's very little configuration
1616
necessary to get your project up-and-running on the JUnit Platform.
@@ -61,9 +61,9 @@ dependencies {
6161

6262
## Configuration
6363

64-
The plugin applies a configuration closure to your module's `android.testOptions`.
64+
The plugin extends your module's `android.testOptions` with more options, wrapped in a container called `junitPlatform`.
6565
Inside it, you can use [all properties available through the default JUnit 5 Gradle plugin][junit5config].
66-
However, there are a few more parameters that allow for more customization of the JUnit Platform
66+
Additionally, there are a few more parameters that allow for more customization of the JUnit Platform
6767
in your Android project. These are detailed below, alongside their default values:
6868

6969
```groovy

0 commit comments

Comments
 (0)