Package org.pitest.mutationtest.build.intercept.timeout
-
Class Summary Class Description AvoidForLoopCounterFilter Removes mutants that affect for loop counters as these have a high chance of timing out.AvoidForLoopCountersFilterFactory InfiniteForLoopFilter Removes mutants that are likely to result in an infinite or long running for loop or while loop based on a counter.InfiniteForLoopFilterFactory InfiniteIteratorLoopFilter Removes mutants that remove the only call to next in an iterator loopInfiniteIteratorLoopFilterFactory InfiniteLoopFilter