android-test-core

Extensions for instrumented Android tests with JUnit 5.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.mannodermaus.junit5
ArtifactId

ArtifactId

android-test-core
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

android-test-core
Extensions for 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-core

How to add to project

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

Dependencies

runtime (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21
org.junit.jupiter : junit-jupiter-api jar 5.8.0
androidx.test » core jar 1.4.0
org.junit.platform : junit-platform-runner jar 1.8.0
org.junit.jupiter : junit-jupiter-engine jar 5.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.2
1.2.1