tech.apter.robolectric.junit.jupiter.gradle.plugin.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robolectric-extension-gradle-plugin Show documentation
Show all versions of robolectric-extension-gradle-plugin Show documentation
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.
The newest version!
package tech.apter.robolectric.junit.jupiter.gradle.plugin
import kotlin.String
internal object BuildConfig {
internal const val ROBOLECTRIC_EXTENSION_VERSION: String = "0.8.0"
internal const val JUNIT5_BOM_VERSION: String = "5.11.0"
}