kotlin-testing
kotlin testing
What it does
- Writing new Kotlin functions or classes
- Adding test coverage to existing Kotlin code
- Implementing property-based tests
- Following TDD workflow in Kotlin projects
- Configuring Kover for code coverage
- Kotest specs — StringSpec, FunSpec, BehaviorSpec, DescribeSpec examples in Kotest Spec Styles
- Mocking — MockK setup, coroutine mocking, argument capture in MockK
Requirements & configuration
- // Note: The serialization roundtrip test below requires the User data class
- token: ${{ secrets.CODECOVTOKEN }}
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
kotlin-testing FAQ
What does the kotlin-testing skill do?
Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices. Writing new Kotlin functions or classes Adding test coverage to existing Kotlin code
What does kotlin-testing require?
// Note: The serialization roundtrip test below requires the User data class token: ${{ secrets.CODECOVTOKEN }}
How do I install kotlin-testing?
Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill kotlin-testing --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.
Maintain kotlin-testing?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[kotlin-testing on getagentictools](https://getagentictools.com/skills/affaan-m-everything-claude-code-kotlin-testing?ref=badge) npx agentictools info skills/affaan-m-everything-claude-code-kotlin-testing The second line is the CLI lookup for this page — handy in READMEs and docs.