Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
PIT Users
Conversations
About
PIT Users
Contact owners and managers
1–30 of 683
Mark all as read
Report abusive group
0 selected
Robert Lavey
, …
Fauzia Khan
10
Nov 20
Error: Could not find or load main class org.pitest.coverage.execute.CoverageMinion
Hi, I am getting this error while executing my junit test file. Error: Could not find or load main
unread,
Error: Could not find or load main class org.pitest.coverage.execute.CoverageMinion
Hi, I am getting this error while executing my junit test file. Error: Could not find or load main
Nov 20
Florin Semenescu
Nov 3
Total number of unit tests
Hello, Is there a way to get the total number of unit tests from the pit reports? (html/xml) From the
unread,
Total number of unit tests
Hello, Is there a way to get the total number of unit tests from the pit reports? (html/xml) From the
Nov 3
Elisa Verza
, …
jamesf...@gmail.com
3
Oct 20
Log to see mutations
Hey Henry, How do you activate the export feature, specifically interested in the commandline version
unread,
Log to see mutations
Hey Henry, How do you activate the export feature, specifically interested in the commandline version
Oct 20
Marcin Zajączkowski
Sep 28
[ANN] gradle-pitest-plugin 1.15.0 available
Hello everyone, gradle-pitest-plugin 1.15.0 has been released. Changes: - Automatically add junit-
unread,
[ANN] gradle-pitest-plugin 1.15.0 available
Hello everyone, gradle-pitest-plugin 1.15.0 has been released. Changes: - Automatically add junit-
Sep 28
Deepthi C
,
Marcin Zajączkowski
2
Sep 15
Bazel integration with PIT
On 2023-09-15 10:25, 'Deepthi C' via PIT Users wrote: > Has anyone integrated bazel and
unread,
Bazel integration with PIT
On 2023-09-15 10:25, 'Deepthi C' via PIT Users wrote: > Has anyone integrated bazel and
Sep 15
Rohit Jangra
,
Henry Coles
2
Aug 29
None of the existing solution works, need help.
What have you tried? What does the log say if you enable pitest's verbose logging? On Tue, 29 Aug
unread,
None of the existing solution works, need help.
What have you tried? What does the log say if you enable pitest's verbose logging? On Tue, 29 Aug
Aug 29
Raja Nagendra Kumar
, …
Marcin Zajączkowski
4
Aug 29
Any clues why pitest is failing with jdk 19 and 20 too.. have not tested on others
Which is tracked in the plugin as: https://github.com/szpak/gradle-pitest-plugin/issues/337
unread,
Any clues why pitest is failing with jdk 19 and 20 too.. have not tested on others
Which is tracked in the plugin as: https://github.com/szpak/gradle-pitest-plugin/issues/337
Aug 29
Raja Nagendra Kumar
Jun 10
difference between
excludedTestClasses.set(listOf("**.TestPerf**")) and excludedTestClasses.set(listOf("*
unread,
difference between
excludedTestClasses.set(listOf("**.TestPerf**")) and excludedTestClasses.set(listOf("*
Jun 10
Kevin Patel
,
henry
2
Jun 3
How to instruct pitest to skip some methods.
You can use the `avoidCallsTo` parameter to provide a list of methods where no mutants should be
unread,
How to instruct pitest to skip some methods.
You can use the `avoidCallsTo` parameter to provide a list of methods where no mutants should be
Jun 3
Sathish Kumar
May 19
PIT with Cucumber
Hi All, I am trying to get PIT to run my cucumber scenarios, it seems to currently pick only my unit
unread,
PIT with Cucumber
Hi All, I am trying to get PIT to run my cucumber scenarios, it seems to currently pick only my unit
May 19
Raja Nagendra Kumar
May 18
pitest has two distinct github accounts
Hi, I see two distinct accounts for pitest code https://github.com/pitest - looks like only for
unread,
pitest has two distinct github accounts
Hi, I see two distinct accounts for pitest code https://github.com/pitest - looks like only for
May 18
İbrahim Halıcı
,
Henry Coles
3
May 12
is Pitest safe to use?
Hello Henry, Thank you so much for your answer and clarification. I really would like to use Pitest
unread,
is Pitest safe to use?
Hello Henry, Thank you so much for your answer and clarification. I really would like to use Pitest
May 12
Nick
,
Ullrich Hafner
2
Apr 30
Pitest HTML report classnames
Is there a reason that you are using the HTML files? I think for data analyzing purposes the XML
unread,
Pitest HTML report classnames
Is there a reason that you are using the HTML files? I think for data analyzing purposes the XML
Apr 30
Dan Wilkin
Apr 26
Report directory doesn't exist
I'm using Maven 3.9.0, JUnit 5 (with the PIT Test JUnit 5 plugin), Oracle JDK 11, PIT Test 1.11.7
unread,
Report directory doesn't exist
I'm using Maven 3.9.0, JUnit 5 (with the PIT Test JUnit 5 plugin), Oracle JDK 11, PIT Test 1.11.7
Apr 26
Raja Nagendra Kumar
, …
Adwait Kumar Singh
4
Apr 11
Why is StringHelper not fully covered
It probably indicates the default constructor not being covered. On Fri, Apr 7, 2023, 8:20 AM Raja
unread,
Why is StringHelper not fully covered
It probably indicates the default constructor not being covered. On Fri, Apr 7, 2023, 8:20 AM Raja
Apr 11
Raja Nagendra Kumar
,
Eric Ndouakulu
2
Apr 11
HTML Report customisation
Hi, You can try to use the XML format and apply a XSLT sheet to customize the report. It can be a
unread,
HTML Report customisation
Hi, You can try to use the XML format and apply a XSLT sheet to customize the report. It can be a
Apr 11
Raja Nagendra Kumar
Apr 10
Performance Metrics
Is it possible to get performance metrics of PITest at individual test or mutation level, just like
unread,
Performance Metrics
Is it possible to get performance metrics of PITest at individual test or mutation level, just like
Apr 10
Raja Nagendra Kumar
Apr 10
Is it possible to see the change class or source code of the mutation, that surived
Hi, PITest report shows xyz has survived, but as per my test cases, I don't expect it to survive,
unread,
Is it possible to see the change class or source code of the mutation, that surived
Hi, PITest report shows xyz has survived, but as per my test cases, I don't expect it to survive,
Apr 10
Raja Nagendra Kumar
,
Henry Coles
2
Apr 3
What is the class loading mechanism in pitest mutation testing
Pitest needs to launch at least one jvm for each class mutated in order to maintain isolation. More
unread,
What is the class loading mechanism in pitest mutation testing
Pitest needs to launch at least one jvm for each class mutated in order to maintain isolation. More
Apr 3
Raja Nagendra Kumar
,
Henry Coles
4
Apr 3
how to see System.out.println prints in test message during mutation tests
If you are running from maven the configuration options are documented here https://pitest.org/
unread,
how to see System.out.println prints in test message during mutation tests
If you are running from maven the configuration options are documented here https://pitest.org/
Apr 3
Raja Nagendra Kumar
,
Eric Ndouakulu
4
Apr 1
PIT reports are generated in in random folder such as build/reports/pitest/202303310812
Thank you. On Friday, March 31, 2023 at 11:54:30 AM UTC+5:30 Eric Ndouakulu wrote: Hi Raja, Do you
unread,
PIT reports are generated in in random folder such as build/reports/pitest/202303310812
Thank you. On Friday, March 31, 2023 at 11:54:30 AM UTC+5:30 Eric Ndouakulu wrote: Hi Raja, Do you
Apr 1
Raja Nagendra Kumar
,
Henry Coles
2
Mar 27
Exclude public static void main() method from uncoverage report
The excluded methods parameter takes simple method names, so ['main'] Should work, but would
unread,
Exclude public static void main() method from uncoverage report
The excluded methods parameter takes simple method names, so ['main'] Should work, but would
Mar 27
Zeming Jin
,
Henry Coles
2
Mar 13
Reporting Issue
Please enable verbose logging as requested in the output and post the result. Also, please confirm
unread,
Reporting Issue
Please enable verbose logging as requested in the output and post the result. Also, please confirm
Mar 13
Blue sky
,
Henry Coles
4
Mar 10
[PIT report]
I'm afraid I can't offer any support with the IntelliJ plugin, you would need to get in touch
unread,
[PIT report]
I'm afraid I can't offer any support with the IntelliJ plugin, you would need to get in touch
Mar 10
Ugo Delle Donne
, …
Marcin Zajączkowski
4
Feb 8
pitest gradle plugin sometimes fails with Argument list too long
useClasspathFile and useClasspathJar should help with too long classpath. I'm glad you were able
unread,
pitest gradle plugin sometimes fails with Argument list too long
useClasspathFile and useClasspathJar should help with too long classpath. I'm glad you were able
Feb 8
Florin Semenescu
,
Henry Coles
4
Feb 3
Lax or slack unit tests
The parameter that controls the output format is `outputFormats`. See https://pitest.org/quickstart/
unread,
Lax or slack unit tests
The parameter that controls the output format is `outputFormats`. See https://pitest.org/quickstart/
Feb 3
Michael Bailey
,
henry
2
12/16/22
newb PIT/Spock question
Spock 2 looks to be based on the JUnit5 platform. Did you try adding the pitest JUnit5 plugin to the
unread,
newb PIT/Spock question
Spock 2 looks to be based on the JUnit5 platform. Did you try adding the pitest JUnit5 plugin to the
12/16/22
Marcin Zajączkowski
11/27/22
[ANN] gradle-pitest-plugin 1.9.11 available
Hello everyone, gradle-pitest-plugin 1.9.11 has been released. Changes: - Support for thresholds in
unread,
[ANN] gradle-pitest-plugin 1.9.11 available
Hello everyone, gradle-pitest-plugin 1.9.11 has been released. Changes: - Support for thresholds in
11/27/22
Dabba Babu
11/5/22
Error integrating PIT Gradle plugin with a different version project
Hi everyone, Eventuate Tram links to a GitHub project which implements a Spring Boot/JPA based
unread,
Error integrating PIT Gradle plugin with a different version project
Hi everyone, Eventuate Tram links to a GitHub project which implements a Spring Boot/JPA based
11/5/22
suyang yao
10/27/22
How can I get the extended version of PIT offers an additional option the generation of test matrix?
Recently I have been doing experiments related to mutation testing and need to use the extended
unread,
How can I get the extended version of PIT offers an additional option the generation of test matrix?
Recently I have been doing experiments related to mutation testing and need to use the extended
10/27/22