Package org.pitest.mutationtest
Class MutationConfig
- java.lang.Object
-
- org.pitest.mutationtest.MutationConfig
-
public final class MutationConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description MutationConfig(MutationEngine engine, LaunchOptions launchOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutatercreateMutator(ClassByteArraySource source)booleanequals(Object rhs)MutationEnginegetEngine()LaunchOptionsgetLaunchOptions()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
MutationConfig
public MutationConfig(MutationEngine engine, LaunchOptions launchOptions)
-
-
Method Detail
-
createMutator
public Mutater createMutator(ClassByteArraySource source)
-
getEngine
public MutationEngine getEngine()
-
getLaunchOptions
public LaunchOptions getLaunchOptions()
-
-