File tree Expand file tree Collapse file tree
src/test/java/com/appham/mockinizer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ buildscript {
4343 classpath " com.android.tools.build:gradle:$gradle_version "
4444 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
4545 classpath " com.github.dcendents:android-maven-gradle-plugin:$maven_gradle_version "
46+ classpath " de.mannodermaus.gradle.plugins:android-junit5:1.5.0.0"
47+
4648 // NOTE: Do not place your application dependencies here; they belong
4749 // in the individual module build.gradle files
4850 }
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ apply plugin: 'kotlin-android'
44
55apply plugin : ' com.github.dcendents.android-maven'
66
7+ apply plugin : " de.mannodermaus.android-junit5"
8+
79group= ' com.github.donfuxx'
810
911android {
@@ -47,6 +49,9 @@ dependencies {
4749 testImplementation " org.junit.jupiter:junit-jupiter-api:$junit5_version "
4850 testImplementation " org.junit.jupiter:junit-jupiter-params:$junit5_version "
4951 testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:$mockito_kotlin_version "
52+
53+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junit5_version "
54+
5055 androidTestImplementation " androidx.test:runner:$testrunner_version "
5156 androidTestImplementation " androidx.test.espresso:espresso-core:$espresso_version "
5257}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments