You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduce functional unit tests akin to the JUnit 5 Java plugin
This adds "FunctionalSpec" classes that verify the correct execution
of JUnit 5 tests in different scenarios. We've had some issues with
test discovery in the past, which go beyond the "pure" plugin tests
that assert the correct configuration and behavior. These new tests
create virtual projects & run their unit tests with GradleRunner,
then assert if everything went as expected.
These tests are detecting the incorrect behavior for issues like #25,
which are related to a bug in the Kotlin copy task, for instance.
* #25: Fix destination of copied Kotlin classes for AGP3
Copy file name to clipboardExpand all lines: android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/kotlin/AndroidJUnit5CopyKotlin.groovy
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ class AndroidJUnit5CopyKotlin extends Copy {
0 commit comments