Skip to content

Commit

Permalink
Migrate functional tests to Kotlin and Junit part 1 (#1121)
Browse files Browse the repository at this point in the history
* Copy jars

* Add BasePluginTest

* Convert RelocationSpec

* Workaround for junit5 issue 2811

* Convert ApplicationSpec

* Tweak block slots

* Replace hardcodes

* Cleanups

* Convert ConfigurationCacheSpec

* Convert FilteringSpec

* Remove unnecessary line appending

* Cleanups
  • Loading branch information
Goooler authored Dec 28, 2024
1 parent 22e3755 commit 6c3341c
Show file tree
Hide file tree
Showing 13 changed files with 1,225 additions and 1,177 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ dependencies {
intiTestImplementation(libs.okio)
intiTestImplementation(libs.apache.maven.modelBuilder)
intiTestImplementation(libs.apache.maven.repositoryMetadata)
// TODO: this will be removed after we migrated all functional tests to Kotlin.
intiTestImplementation(sourceSets.main.get().output)

lintChecks(libs.androidx.gradlePluginLints)
lintChecks(libs.assertk.lint)
Expand Down

This file was deleted.

Loading

0 comments on commit 6c3341c

Please sign in to comment.