pitest-kotlin icon indicating copy to clipboard operation
pitest-kotlin copied to clipboard

Kotlin plugin for pitest

Results 8 pitest-kotlin issues
Sort by recently updated
recently updated
newest added

Hello there! My name is Ana. I noted that you use the mutation testing tool in the project. I am a postdoctoral researcher at the University of Seville (Spain), and...

the readme makes it look like the plugin is available from maven central but i cannot find it there.

When calling a suspend function, internally a continuation object is returned and pitest complains that mutations are not handled on that returned value.

Updated versions of: - kotlin - pitest - assertj - mockito - junit4 -> junit5 As of Kotlin 1.4.0, null checks returns Java NullPointerException. In that regard, the Kotlin filter...

Filtering any mutant that affects a call to a method in kotlin/jvm/internal/Intrinsics would remove a large number of junk mutations.

help wanted
good first issue

Getting below error when try to add this with android project The 'java' plugin has been applied, but it is not compatible with the Android plugins. Sample project can be...

Pitest changes String property getter to return an empty string and then executes tests to see if something is broken. This is a waste of time. Properties in data classes...

Is this compatible with Android?