An open API service indexing awesome lists of open source software.

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

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/.