Viewing profile — 0hjc
0hjc
HN member- Joined
- Wed, May 06, 2015, 7:37 PM UTC
- HN karma
- 6
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About 0hjc
No profile information was provided.
Recent public activity
- story
-
comment
Comment #14309470
Why do you say most mutations will completely break an application? This is certainly not my experience. Mutation testing systems normal use fairly stable operators (e.g changing a…
-
comment
Comment #9523303
The mutators are documented at http://pitest.org/quickstart/mutators/
-
comment
Comment #9510591
This is what it known an "equivalent mutation". Along with high computational cost, it's one of the things identified in academic research as preventing the widespread use of mutat…
-
comment
Comment #9507629
No - pitest has no problems with the use of interfaces, reflection etc. The sentence you quoted relates to an optional feature that allows the tests that will be run against a muta…
-
comment
Comment #9502039
If you're working with ruby mutant is pretty good -> https://github.com/mbj/mutant
-
comment
Comment #9502035
Did you try using the history file option?
-
comment
Comment #9501316
I'd recommend using one of the build tool integrations first - they're part of the core project. The IDE integrations still needed a bit of work last time I looked at them.