Oscar Luis Vera Pérez

Results 75 comments of Oscar Luis Vera Pérez

We probably need to implement a plugin for every custom scenario. See https://github.com/STAMP-project/pitest-evosuite-plugin

PITest needs to discover all test cases, not just test classes. Then the identified test cases are selected and sorted for each mutant so the analysis can be faster. At...

This is what PIT does by default. The thing is that it does not get into test cases with custom runners. For that we would need to create a PIT...

I have been cheking and PIT does run some custom test runners and also has some mechanisms to discover custom test suites. However this does not change the proposed solution...

@surli Can you point me to the exact test class? Also, are you using the latest version of PIT?

@surli thanks for the pointers, I'll check this issue again.

@monperrus this is a feature that maybe should not be added to Descartes as a PIT plugin. It might better be implemented outside, for example in PitMP or a dedicated...

This is the simplest option. However, it works with the number of mutants, and not with the method classification. You may not have any pseudo-tested methods but still have live...

Is it possible to create a minimal example that has the issue or at least to have more information about these false positives, like types of methods, how the mocks...