Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize testing frameworks and test fixtures #452

Merged
merged 50 commits into from
Apr 7, 2023
Merged

Modernize testing frameworks and test fixtures #452

merged 50 commits into from
Apr 7, 2023

Conversation

TWiStErRob
Copy link
Owner

@TWiStErRob TWiStErRob commented Apr 6, 2023

Contributes to #369

  • Replace buildscript and apply plugin: with plugins { } in tests
  • Move some repositories blocks to settings.gradle
  • Reduce subprojects/allprojects usages
  • Add ability on gradle.file() calls to select what type of merging to do.
  • Clean up lintOptions, targetSdkVersion, compileSdkVersion DSLs in tests.
  • Replaced !!.outcome with result.assert*() calls
  • Migrate kotlin.test to JUnit 5 Jupiter equivalents
  • Allow relocating temp directory for Gradle Test Kit
  • Let Metaspace roar free!

@TWiStErRob TWiStErRob added this to the v0.16 milestone Apr 6, 2023
@TWiStErRob TWiStErRob enabled auto-merge (squash) April 6, 2023 09:54
@TWiStErRob TWiStErRob mentioned this pull request Apr 6, 2023
18 tasks
@TWiStErRob TWiStErRob changed the title Replace buildscript and apply plugin: with plugins { } in tests Modernize testing frameworks and test fixtures Apr 6, 2023
@TWiStErRob TWiStErRob enabled auto-merge (squash) April 7, 2023 10:10
@TWiStErRob TWiStErRob merged commit 7c27f60 into main Apr 7, 2023
@TWiStErRob TWiStErRob deleted the plugins branch April 7, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant