Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navarabv/mutation-testing-demo-kotlin
Mutation Testing Demo in Kotlin
https://github.com/navarabv/mutation-testing-demo-kotlin
Last synced: 3 days 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: 2024-11-10T04:38:25.287Z (about 2 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).