Live data from Hacker News

Viewing profile — 0hjc

0hjc

HN member
Joined
Wed, May 06, 2015, 7:37 PM UTC
HN karma
6
Public activity
8 items

About 0hjc

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. comment
    Comment #9523303

    The mutators are documented at http://pitest.org/quickstart/mutators/

  4. 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…

  5. 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…

  6. comment
    Comment #9502039

    If you're working with ruby mutant is pretty good -> https://github.com/mbj/mutant

  7. comment
    Comment #9502035

    Did you try using the history file option?

  8. 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.