com.github.sarahbuisson:pitest-kotlin-extension

Extension for the project Pitest - ignore kotlin generated code

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.sarahbuisson
ArtifactId

ArtifactId

pitest-kotlin-extension
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Extension for the project Pitest - ignore kotlin generated code

Download pitest-kotlin-extension

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.pitest : pitest-entry jar 1.2.4
com.github.sarahbuisson : kotlin-parser jar 1.5
org.projectlombok : lombok jar 1.16.6

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 2.11.0

Project Modules

There are no modules declared in this project.

#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.3