android-test-runner

Runner for integration of instrumented Android tests with JUnit 5.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.mannodermaus.junit5
ArtifactId

ArtifactId

android-test-runner
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

android-test-runner
Runner for integration of instrumented Android tests with JUnit 5.
Project URL

Project URL

https://github.com/mannodermaus/android-junit5
Source Code Management

Source Code Management

https://github.com/mannodermaus/android-junit5/tree/main

Download android-test-runner

How to add to project

<!-- https://jarcasting.com/artifacts/de.mannodermaus.junit5/android-test-runner/ -->
<dependency>
    <groupId>de.mannodermaus.junit5</groupId>
    <artifactId>android-test-runner</artifactId>
    <version>1.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.mannodermaus.junit5/android-test-runner/
implementation 'de.mannodermaus.junit5:android-test-runner:1.3.0'
// https://jarcasting.com/artifacts/de.mannodermaus.junit5/android-test-runner/
implementation ("de.mannodermaus.junit5:android-test-runner:1.3.0")
'de.mannodermaus.junit5:android-test-runner:aar:1.3.0'
<dependency org="de.mannodermaus.junit5" name="android-test-runner" rev="1.3.0">
  <artifact name="android-test-runner" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.mannodermaus.junit5', module='android-test-runner', version='1.3.0')
)
libraryDependencies += "de.mannodermaus.junit5" % "android-test-runner" % "1.3.0"
[de.mannodermaus.junit5/android-test-runner "1.3.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
androidx.test » monitor jar 1.4.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.2
1.2.1