https://github.com/pitest/pitest-rv-plugin
Pitest research version
https://github.com/pitest/pitest-rv-plugin
Last synced: 6 months ago
JSON representation
Pitest research version
- Host: GitHub
- URL: https://github.com/pitest/pitest-rv-plugin
- Owner: pitest
- License: apache-2.0
- Created: 2022-03-03T16:51:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T00:05:34.000Z (almost 2 years ago)
- Last Synced: 2025-07-18T09:51:35.533Z (12 months ago)
- Language: Java
- Size: 48.8 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pit RV
Research focussed mutation operators for pitest.
Note, these operators were built into pitest until release 1.7.5. From 1.7.5 onwards, this plugin is required if we wish to use the rv operators.
## Usage
To use the plugin it must be placed on the classpath of the pitest tool (**not** on the classpath of the project being mutated).
### Maven
```xml
org.pitest
pitest-maven
1.7.5
org.pitest
pitest-rv-plugin
1.0
```
For Pitest configuration options, have a look at http://pitest.org/quickstart/maven/.