https://github.com/navarabv/mutation-testing-demo-kotlin
Mutation Testing Demo in Kotlin
https://github.com/navarabv/mutation-testing-demo-kotlin
Last synced: 2 months ago
JSON representation
Mutation Testing Demo in Kotlin
- Host: GitHub
- URL: https://github.com/navarabv/mutation-testing-demo-kotlin
- Owner: NavaraBV
- Created: 2023-08-29T11:45:24.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2023-08-29T11:46:20.000Z (over 1 year ago)
- Last Synced: 2025-01-06T15:49:33.575Z (4 months ago)
- Language: Kotlin
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mutation Testing Demo For Kotlin
A simple project to demonstrate the power of mutation testing.
## PITest
Run `./gradlew pitest` to run all mutation tests.
Reports are published under [build/reports/pitest](build/reports/pitest).