MVN

tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin : tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin.gradle.plugin

Maven & Gradle

Apr 30, 2024
49 stars

JUnit5 Robolectric Extension Gradle Plugin · This repository aims to bridge the gap between JUnit 5 and Robolectric, enabling developers to leverage the benefits of both frameworks for unit testing Android applications. While Robolectric currently lacks a dedicated JUnit 5 extension, this project proposes a community-driven solution to achieve seamless integration.

<dependency>
    <groupId>tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin</groupId>
    <artifactId>tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin.gradle.plugin</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin : tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin : tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin.gradle.plugin-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin</groupId>
    <artifactId>tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin.gradle.plugin</artifactId>
    <version>0.3.0</version>
</dependency>