public class DescartesEngineFactory extends Object implements org.pitest.mutationtest.MutationEngineFactory
| Constructor and Description |
|---|
DescartesEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.pitest.mutationtest.engine.MutationEngine |
createEngine(org.pitest.mutationtest.EngineArguments engineArguments) |
org.pitest.mutationtest.engine.MutationEngine |
createEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods,
Collection<MutationOperator> operators) |
String |
description() |
static Collection<String> |
getDefaultOperators() |
static Predicate<org.pitest.reloc.asm.commons.Method> |
globsToPredicate(Collection<String> globs) |
String |
name() |
public org.pitest.mutationtest.engine.MutationEngine createEngine(org.pitest.mutationtest.EngineArguments engineArguments)
createEngine in interface org.pitest.mutationtest.MutationEngineFactorypublic org.pitest.mutationtest.engine.MutationEngine createEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods, Collection<MutationOperator> operators)
public static Collection<String> getDefaultOperators()
public static Predicate<org.pitest.reloc.asm.commons.Method> globsToPredicate(Collection<String> globs)
public String name()
name in interface org.pitest.mutationtest.MutationEngineFactorypublic String description()
description in interface org.pitest.plugin.ClientClasspathPluginCopyright © 2018 eu.stamp-project. All rights reserved.