Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Migrate to Junit5 & Kotlin Test #37

Merged
merged 4 commits into from
Feb 28, 2022
Merged

Migrate to Junit5 & Kotlin Test #37

merged 4 commits into from
Feb 28, 2022

Conversation

Goooler
Copy link
Owner

@Goooler Goooler commented Feb 28, 2022

build.gradle.kts Outdated
Comment on lines 69 to 71
withType<Test> {
useJUnitPlatform()
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +57 to +60

tasks.withType<Test> {
useJUnitPlatform()
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':common:testDevDebugUnitTest'.
> No tests found for given includes: [io.goooler.demoapp.common.JsonUtilTest](--tests filter)

@Goooler Goooler added dependencies Pull requests that update a dependency file enhancement New feature or request unit-tests labels Feb 28, 2022
@Goooler Goooler added this to the 1.6.0 milestone Feb 28, 2022
@Goooler Goooler merged commit be73834 into kotlin Feb 28, 2022
@Goooler Goooler deleted the kotlin_test branch February 28, 2022 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request unit-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant