pitest-extension-parent

Extension for the project Pitest - parent project

License

License

GroupId

GroupId

com.github.sarahbuisson
ArtifactId

ArtifactId

pitest-extensions
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

pom
Description

Description

pitest-extension-parent
Extension for the project Pitest - parent project
Project URL

Project URL

https://github.com/sarahBuisson/pitest-extensions
Source Code Management

Source Code Management

https://github.com/sarahBuisson/pitest-extensions

Download pitest-extensions

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sarahbuisson/pitest-extensions/ -->
<dependency>
    <groupId>com.github.sarahbuisson</groupId>
    <artifactId>pitest-extensions</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarahbuisson/pitest-extensions/
implementation 'com.github.sarahbuisson:pitest-extensions:0.4'
// https://jarcasting.com/artifacts/com.github.sarahbuisson/pitest-extensions/
implementation ("com.github.sarahbuisson:pitest-extensions:0.4")
'com.github.sarahbuisson:pitest-extensions:pom:0.4'
<dependency org="com.github.sarahbuisson" name="pitest-extensions" rev="0.4">
  <artifact name="pitest-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sarahbuisson', module='pitest-extensions', version='0.4')
)
libraryDependencies += "com.github.sarahbuisson" % "pitest-extensions" % "0.4"
[com.github.sarahbuisson/pitest-extensions "0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • pitest-scm-extension
  • pitest-annotation-extension
  • pitest-kotlin-extension
  • pitest-extension-example

#pitest-extensions

Extension plugins for the pitest mutation plugin:

original plugin: http://pitest.org/

pitest-annotation-extension

extention to the pitest plugin, in order to ignore the mutation on the code generated by annotations (like lombock, etc.)

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-annotation-extension

pitest-scm-extension

Extension to the pitest plugin, in order to only mutate the class of code who have been updated between two branches, refs, etc. currently only work with git.

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-annotation-extension

pitest-kotlin-extension

Extension to the pitest plugin, in order to ignore the mutation on the code generated by some kotlin keywords.

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-kotlin-extension

Versions

Version
0.4
0.3