kotest
kotest copied to clipboard
Gradle assertions for plugin authors
Some samples:
- Task outcome
-
Result.hasSuccessOutcome()
-
Result.hasFromCacheOutcome()
-
TaskOutcome.shouldBeSuccess()
-
TaskOutcome.shouldBeFromCache()
- and so on
-
- Result output
-
Result.shouldBeConfigurationCacheCompatible()
-
Maybe this could be a different module, like we have for Ktor assertions https://github.com/kotest/kotest-assertions-ktor
@LeoColman exactly, it is too specific to be added to the core assertions module.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
No stale
I'm going to close this as out of scope for the main kotest org. There's a lot of upkeep in keeping the compiler plugins up to date, and since I wouldn't use these plugins I can't commit to maintaining them. I hope someone from the community could make a third party repo and add these.