Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Z 

A

ABSMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator designed to insert (-) in front of Integer, Float, Long, Double variable values.
AbstractCRCRVisitor - Class in org.pitest.mutationtest.engine.gregor.mutators.rv
 
AbstractInsnMutator - Class in org.pitest.mutationtest.engine.gregor
 
AbstractInsnMutator(MethodMutatorFactory, MethodInfo, MutationContext, MethodVisitor) - Constructor for class org.pitest.mutationtest.engine.gregor.AbstractInsnMutator
 
AbstractJumpMutator - Class in org.pitest.mutationtest.engine.gregor
 
AbstractJumpMutator(MethodMutatorFactory, MutationContext, MethodVisitor) - Constructor for class org.pitest.mutationtest.engine.gregor.AbstractJumpMutator
 
AbstractJumpMutator.Substitution - Class in org.pitest.mutationtest.engine.gregor
 
AbstractTestUnit - Class in org.pitest.testapi
 
AbstractTestUnit(Description) - Constructor for class org.pitest.testapi.AbstractTestUnit
 
accumulateTo(Collection<A>) - Static method in class org.pitest.functional.prelude.Prelude
 
AdaptedJUnitTestUnit - Class in org.pitest.junit.adapter
 
AdaptedJUnitTestUnit(Class<?>, Optional<Filter>) - Constructor for class org.pitest.junit.adapter.AdaptedJUnitTestUnit
 
addsFeature() - Method in class org.pitest.plugin.FeatureSetting
 
addTestsInOrder(Collection<TestInfo>) - Method in class org.pitest.mutationtest.engine.MutationDetails
Adds tests to the list of covering tests
addTransformer(ClassFileTransformer) - Static method in class org.pitest.boot.HotSwapAgent
 
addWatchDogToAllPools(long, NotificationListener) - Static method in class org.pitest.mutationtest.execute.MemoryWatchdog
 
agentmain(String, Instrumentation) - Static method in class org.pitest.boot.HotSwapAgent
 
all() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
allMethods(Class<?>) - Static method in class org.pitest.reflection.Reflection
 
allMutatorIds() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
AlreadyInstrumentedException - Exception in org.pitest.coverage
 
AlreadyInstrumentedException(String) - Constructor for exception org.pitest.coverage.AlreadyInstrumentedException
 
always() - Static method in interface org.pitest.sequence.Match
 
analyze(MethodNode) - Static method in class org.pitest.coverage.analysis.ControlFlowAnalyser
 
And<A> - Class in org.pitest.functional.predicate
 
And(Iterable<? extends Predicate<A>>) - Constructor for class org.pitest.functional.predicate.And
 
and(Predicate<A>...) - Static method in class org.pitest.functional.prelude.Prelude
 
and(Iterable<? extends Predicate<A>>) - Static method in class org.pitest.functional.prelude.Prelude
 
and(Match<T>) - Method in interface org.pitest.sequence.Match
 
any(Class<T>) - Static method in class org.pitest.sequence.QueryStart
 
aod() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
AOD1Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces (a+b) by a; Does the same for the operators (*,/,%,-).
AOD2Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces (a+b) by b; Does the same for the operators (*,/,%,-).
aor() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
AOR1Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
AOR2Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
AOR3Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
AOR4Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
apply(Integer, String, String, String, String[]) - Method in enum org.pitest.classinfo.BridgeMethodFilter
 
apply(Class<?>) - Method in class org.pitest.extension.common.CompoundTestSuiteFinder
 
apply(Class<?>) - Method in class org.pitest.extension.common.NoTestSuiteFinder
 
apply(A, B, C) - Method in interface org.pitest.functional.F3
 
apply(A, B, C, D) - Method in interface org.pitest.functional.F4
 
apply(A, B, C, D, E) - Method in interface org.pitest.functional.F5
 
apply(A, B, C, D, E, FF) - Method in interface org.pitest.functional.F6
 
apply() - Method in interface org.pitest.functional.SideEffect
 
apply(Class<?>) - Method in class org.pitest.junit.JUnit4SuiteFinder
 
apply(Class<?>) - Method in class org.pitest.junit.RunnerSuiteFinder
 
apply(int, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.InsnSubstitution
 
apply(int, MethodVisitor) - Method in interface org.pitest.mutationtest.engine.gregor.ZeroOperandMutation
 
apply() - Method in class org.pitest.mutationtest.execute.TimeOutSystemExitSideEffect
 
apply(byte, SafeDataInputStream) - Method in interface org.pitest.util.ReceiveStrategy
 
ArchiveClassPathRoot - Class in org.pitest.classpath
ClassPathRoot wrapping a jar or zip file
ArchiveClassPathRoot(File) - Constructor for class org.pitest.classpath.ArchiveClassPathRoot
 
ArgumentPropagationMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
Mutator for non-void methods that have a parameter that matches the return type: it replaces the result of the method call with a parameter.
arguments() - Static method in class org.pitest.mutationtest.EngineArguments
 
ArrayProbeCoverageMethodVisitor - Class in org.pitest.coverage.analysis
Instruments a method adding probes at each block.
ArrayProbeCoverageMethodVisitor(List<Block>, InstructionCounter, int, MethodVisitor, int, String, String, String, int) - Constructor for class org.pitest.coverage.analysis.ArrayProbeCoverageMethodVisitor
 
asInternalName() - Method in class org.pitest.classinfo.ClassName
 
asJavaName() - Method in class org.pitest.classinfo.ClassName
 
asList(Class<T>) - Static method in class org.pitest.functional.prelude.Prelude
 
asList() - Static method in class org.pitest.mutationtest.engine.gregor.mutators.NullMutateEverything
 
ASM_VERSION - Static variable in class org.pitest.bytecode.ASMVersion
 
ASMVersion - Class in org.pitest.bytecode
 
ASMVersion() - Constructor for class org.pitest.bytecode.ASMVersion
 
AvoidAssertsMethodAdapter - Class in org.pitest.mutationtest.engine.gregor
Disables mutations within java assertions
AvoidAssertsMethodAdapter(MutationContext, MethodVisitor) - Constructor for class org.pitest.mutationtest.engine.gregor.AvoidAssertsMethodAdapter
 
AvoidStringSwitchedMethodAdapter - Class in org.pitest.mutationtest.engine.gregor
Disables mutations in the conditional statements generated by java compilers when switching on a string value.
AvoidStringSwitchedMethodAdapter(MutationContext, MethodVisitor) - Constructor for class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 

B

BendJavassistToMyWillTransformer - Class in org.pitest.mutationtest.mocksupport
 
BendJavassistToMyWillTransformer(Predicate<String>, Function<ClassWriter, ClassVisitor>) - Constructor for class org.pitest.mutationtest.mocksupport.BendJavassistToMyWillTransformer
 
betterReturns() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
BigIntegerMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.experimental
 
Block - Class in org.pitest.coverage.analysis
 
Block(int, int, Set<Integer>) - Constructor for class org.pitest.coverage.analysis.Block
 
BlockCounter - Interface in org.pitest.mutationtest.engine.gregor.blocks
 
BlockCoverage - Class in org.pitest.coverage
 
BlockCoverage(BlockLocation, Collection<String>) - Constructor for class org.pitest.coverage.BlockCoverage
 
BlockLocation - Class in org.pitest.coverage
 
BlockLocation(Location, int, int, int) - Constructor for class org.pitest.coverage.BlockLocation
 
blockLocation(Location, int) - Static method in class org.pitest.coverage.BlockLocation
 
BlockTrackingMethodDecorator - Class in org.pitest.mutationtest.engine.gregor.blocks
 
BlockTrackingMethodDecorator(BlockCounter, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.pitest.mutationtest.engine.gregor.blocks.BlockTrackingMethodDecorator
 
BooleanFalseReturnValsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
Replaces primitive and boxed boolean return values with false
BooleanTrueReturnValsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
BridgeMethodFilter - Enum in org.pitest.classinfo
 
bucket(Iterable<B>, Function<B, A>) - Static method in class org.pitest.functional.FCollection
 
byName(String) - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 

C

cacheLocation() - Method in class org.pitest.classpath.ArchiveClassPathRoot
 
cacheLocation() - Method in interface org.pitest.classpath.ClassPathRoot
 
cacheLocation() - Method in class org.pitest.classpath.CompoundClassPathRoot
 
cacheLocation() - Method in class org.pitest.classpath.DirectoryClassPathRoot
 
cacheLocation() - Method in class org.pitest.classpath.NameCachingRoot
 
cacheLocation() - Method in class org.pitest.classpath.OtherClassLoaderClassPathRoot
 
CachingByteArraySource - Class in org.pitest.classinfo
 
CachingByteArraySource(ClassByteArraySource, int) - Constructor for class org.pitest.classinfo.CachingByteArraySource
 
canMutate(int) - Method in class org.pitest.mutationtest.engine.gregor.AbstractInsnMutator
 
CheckTestHasFailedResultListener - Class in org.pitest.mutationtest.execute
 
CheckTestHasFailedResultListener(boolean) - Constructor for class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
child() - Method in class org.pitest.extension.common.TestUnitDecorator
 
CLASS_NAME - Static variable in class sun.pitest.CodeCoverageStore
 
ClassByteArraySource - Interface in org.pitest.classinfo
 
ClassFilter - Class in org.pitest.classpath
 
ClassFilter(Predicate<String>, Predicate<String>) - Constructor for class org.pitest.classpath.ClassFilter
 
ClassIdentifier - Class in org.pitest.classinfo
 
ClassIdentifier(long, ClassName) - Constructor for class org.pitest.classinfo.ClassIdentifier
 
ClassInfo - Class in org.pitest.classinfo
 
ClassInfo(ClassPointer, ClassPointer, ClassInfoBuilder) - Constructor for class org.pitest.classinfo.ClassInfo
 
ClassInfo - Class in org.pitest.mutationtest.engine.gregor
 
ClassInfo(int, int, String, String, String, String[]) - Constructor for class org.pitest.mutationtest.engine.gregor.ClassInfo
 
ClassInfoVisitor - Class in org.pitest.classinfo
 
ClassLine - Class in org.pitest.coverage
 
ClassLine(String, int) - Constructor for class org.pitest.coverage.ClassLine
 
ClassLine(ClassName, int) - Constructor for class org.pitest.coverage.ClassLine
 
ClassloaderByteArraySource - Class in org.pitest.classpath
 
ClassloaderByteArraySource(ClassLoader) - Constructor for class org.pitest.classpath.ClassloaderByteArraySource
 
ClassName - Class in org.pitest.classinfo
 
classNames() - Method in class org.pitest.classpath.ArchiveClassPathRoot
 
classNames() - Method in class org.pitest.classpath.ClassPath
 
classNames() - Method in interface org.pitest.classpath.ClassPathRoot
 
classNames() - Method in class org.pitest.classpath.CompoundClassPathRoot
 
classNames() - Method in class org.pitest.classpath.DirectoryClassPathRoot
 
classNames() - Method in class org.pitest.classpath.NameCachingRoot
 
classNames() - Method in class org.pitest.classpath.OtherClassLoaderClassPathRoot
 
classNameToJVMClassName() - Static method in class org.pitest.util.Functions
 
ClassPath - Class in org.pitest.classpath
 
ClassPath() - Constructor for class org.pitest.classpath.ClassPath
 
ClassPath(ClassPathRoot...) - Constructor for class org.pitest.classpath.ClassPath
 
ClassPath(Collection<File>) - Constructor for class org.pitest.classpath.ClassPath
 
CLASSPATH_JAR_FILE_PREFIX - Static variable in class org.pitest.util.ManifestUtils
 
ClassPathByteArraySource - Class in org.pitest.classpath
 
ClassPathByteArraySource() - Constructor for class org.pitest.classpath.ClassPathByteArraySource
 
ClassPathByteArraySource(ClassPath) - Constructor for class org.pitest.classpath.ClassPathByteArraySource
 
ClassPathRoot - Interface in org.pitest.classpath
 
classToName() - Static method in class org.pitest.util.Functions
 
CLAZZ - Static variable in class org.pitest.util.Id
 
ClientClasspathPlugin - Interface in org.pitest.plugin
Plugins that must be present on the classpath of client code at runtime should provide an implementation of this interface.
ClientPluginServices - Class in org.pitest.mutationtest.config
 
ClientPluginServices(ClassLoader) - Constructor for class org.pitest.mutationtest.config.ClientPluginServices
 
close() - Method in class org.pitest.util.SafeDataInputStream
 
close() - Method in class org.pitest.util.SafeDataOutputStream
 
code() - Method in class org.pitest.classpath.ProjectClassPaths
 
CodeCoverageStore - Class in sun.pitest
Store for line visit information.
CommandLineMessage - Class in org.pitest.mutationtest.execute
 
CommandLineMessage() - Constructor for class org.pitest.mutationtest.execute.CommandLineMessage
 
compareTo(ClassName) - Method in class org.pitest.classinfo.ClassName
 
compareTo(JUnitVersion) - Method in class org.pitest.junit.JUnitVersion
 
compareTo(Location) - Method in class org.pitest.mutationtest.engine.Location
 
compareTo(MutationIdentifier) - Method in class org.pitest.mutationtest.engine.MutationIdentifier
 
compile() - Method in class org.pitest.sequence.SequenceQuery
 
compile(QueryParams<T>) - Method in class org.pitest.sequence.SequenceQuery
 
CompoundClassPathRoot - Class in org.pitest.classpath
 
CompoundClassPathRoot(List<ClassPathRoot>) - Constructor for class org.pitest.classpath.CompoundClassPathRoot
 
CompoundTestSuiteFinder - Class in org.pitest.extension.common
 
CompoundTestSuiteFinder(Collection<TestSuiteFinder>) - Constructor for class org.pitest.extension.common.CompoundTestSuiteFinder
 
CompoundTestUnitFinder - Class in org.pitest.junit
 
CompoundTestUnitFinder(List<TestUnitFinder>) - Constructor for class org.pitest.junit.CompoundTestUnitFinder
 
ComputeClassWriter - Class in org.pitest.classinfo
A ClassWriter that computes the common super class of two classes without actually loading them with a ClassLoader.
ComputeClassWriter(ClassByteArraySource, Map<String, String>, int) - Constructor for class org.pitest.classinfo.ComputeClassWriter
 
ConcreteBlockCounter - Class in org.pitest.mutationtest.engine.gregor.blocks
 
ConcreteBlockCounter() - Constructor for class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
ConcreteResultCollector - Class in org.pitest.testapi.execute.containers
 
ConcreteResultCollector(Collection<TestResult>) - Constructor for class org.pitest.testapi.execute.containers.ConcreteResultCollector
 
ConditionalsBoundaryMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
Configuration - Interface in org.pitest.testapi
 
ConstructorCallMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
Container - Interface in org.pitest.testapi.execute
This used to be an important concept that allowed tests to be executed in isolation from each other.
contains(T[], Predicate<T>) - Static method in class org.pitest.functional.FArray
 
contains(Iterable<? extends T>, Predicate<T>) - Static method in class org.pitest.functional.FCollection
 
Context<T> - Class in org.pitest.sequence
 
ControlFlowAnalyser - Class in org.pitest.coverage.analysis
 
ControlFlowAnalyser() - Constructor for class org.pitest.coverage.analysis.ControlFlowAnalyser
 
convertForClassLoader(ClassLoader, String) - Static method in class org.pitest.util.IsolationUtils
 
copyStream(InputStream) - Static method in class org.pitest.util.StreamUtil
 
CoverageAnalyser - Class in org.pitest.coverage.analysis
Need to count the number of blocks in the method.
CoverageAnalyser(CoverageClassVisitor, int, int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.pitest.coverage.analysis.CoverageAnalyser
 
CoverageClassVisitor - Class in org.pitest.coverage
Instruments a class with probes on each line
CoverageClassVisitor(int, ClassWriter) - Constructor for class org.pitest.coverage.CoverageClassVisitor
 
CoverageDecorator - Class in org.pitest.coverage.execute
 
CoverageDecorator(CoverageReceiver, TestUnit) - Constructor for class org.pitest.coverage.execute.CoverageDecorator
 
CoverageMinion - Class in org.pitest.coverage.execute
 
CoverageMinion() - Constructor for class org.pitest.coverage.execute.CoverageMinion
 
CoverageOptions - Class in org.pitest.coverage.execute
 
CoverageOptions(Collection<String>, Collection<String>, TestPluginArguments, boolean, int) - Constructor for class org.pitest.coverage.execute.CoverageOptions
 
CoveragePipe - Class in org.pitest.coverage.execute
 
CoveragePipe(OutputStream) - Constructor for class org.pitest.coverage.execute.CoveragePipe
 
CoverageReceiver - Interface in org.pitest.coverage
 
CoverageResult - Class in org.pitest.coverage
 
CoverageResult(Description, int, boolean, Collection<BlockLocation>) - Constructor for class org.pitest.coverage.CoverageResult
 
CoverageTransformer - Class in org.pitest.coverage
 
CoverageTransformer(Predicate<String>) - Constructor for class org.pitest.coverage.CoverageTransformer
 
CoverageWorker - Class in org.pitest.coverage.execute
 
CoverageWorker(CoveragePipe, List<TestUnit>) - Constructor for class org.pitest.coverage.execute.CoverageWorker
 
crcr() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
CRCR1Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces an inline constant with 1;
CRCR2Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces an inline constant with 0;
CRCR3Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces an inline constant with -1;
CRCR4Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces an inline constant with -constant or with maxValue for minValue of int and long;
CRCR5Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces an inline constant with constant + 1 Does not mutate if precision would make the mutant equivalent;
CRCR6Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutator that replaces an inline constant with constant-1; Does not mutate if precision would make the mutant equivalent
create(MutationContext, MethodInfo, MethodVisitor) - Method in interface org.pitest.mutationtest.engine.gregor.MethodMutatorFactory
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ArgumentPropagationMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ConstructorCallMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.BigIntegerMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveIncrementsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveSwitchMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.ReturnValuesMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.SwitchMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.IncrementsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.mutators.InlineConstantMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.InvertNegsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.MathMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.mutators.NullMutateEverything
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ABSMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD1Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD2Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR1Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR2Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR3Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR4Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR1Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR2Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR3Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR4Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR5Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR6Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN1Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN2Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN3Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR1Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR2Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR3Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR4Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR5Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI1Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI2Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI3Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI4Mutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in enum org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator
 
create(MutationContext, MethodInfo, MethodVisitor) - Method in class org.pitest.mutationtest.UnviableClassMutator
 
create(Class<T>) - Static method in class org.pitest.sequence.Slot
 
createClasspathJarFile(String) - Static method in class org.pitest.util.ManifestUtils
 
createEngine(String) - Method in class org.pitest.mutationtest.config.MinionSettings
 
createEngine(EngineArguments) - Method in class org.pitest.mutationtest.engine.gregor.config.GregorEngineFactory
 
createEngine(EngineArguments) - Method in interface org.pitest.mutationtest.MutationEngineFactory
 
createEngineWithMutators(Collection<String>, Collection<? extends MethodMutatorFactory>) - Method in class org.pitest.mutationtest.engine.gregor.config.GregorEngineFactory
 
createMutator(ClassByteArraySource) - Method in class org.pitest.mutationtest.engine.gregor.GregorMutationEngine
 
createMutator(ClassByteArraySource) - Method in interface org.pitest.mutationtest.engine.MutationEngine
Create a mutator using the given ClassByteArraySource as the source of unmated classes
createRunner(Class<?>) - Static method in class org.pitest.junit.adapter.AdaptedJUnitTestUnit
 
createTestFrameworkConfiguration(TestGroupConfig, ClassByteArraySource, Collection<String>, Collection<String>) - Method in class org.pitest.junit.JUnitTestPlugin
 
createTestFrameworkConfiguration(TestGroupConfig, ClassByteArraySource, Collection<String>, Collection<String>) - Method in interface org.pitest.testapi.TestPluginFactory
 
createTestFrameworkConfiguration(TestGroupConfig, ClassByteArraySource, Collection<String>, Collection<String>) - Method in class org.pitest.testng.TestNGPlugin
 
currentInstructionCount() - Method in class org.pitest.mutationtest.engine.gregor.analysis.DefaultInstructionCounter
 
currentInstructionCount() - Method in interface org.pitest.mutationtest.engine.gregor.analysis.InstructionCounter
 
CustomRunnerExecutor - Class in org.pitest.junit.adapter
 
CustomRunnerExecutor(Description, Runner, ResultCollector) - Constructor for class org.pitest.junit.adapter.CustomRunnerExecutor
 

D

debug(String) - Method in class org.pitest.sequence.Context
 
decodeClassId(long) - Static method in class sun.pitest.CodeCoverageStore
 
decodeLineId(long) - Static method in class sun.pitest.CodeCoverageStore
 
DEFAULT_CONSTANT - Static variable in class org.pitest.mutationtest.build.PercentAndConstantTimeoutStrategy
 
DEFAULT_FACTOR - Static variable in class org.pitest.mutationtest.build.PercentAndConstantTimeoutStrategy
 
DEFAULT_PRIORITY - Static variable in interface org.pitest.testapi.Configuration
 
DefaultInstructionCounter - Class in org.pitest.mutationtest.engine.gregor.analysis
 
DefaultInstructionCounter() - Constructor for class org.pitest.mutationtest.engine.gregor.analysis.DefaultInstructionCounter
 
DefaultMutationEngineConfiguration - Class in org.pitest.mutationtest.engine.gregor.config
 
DefaultMutationEngineConfiguration(Predicate<MethodInfo>, Collection<? extends MethodMutatorFactory>) - Constructor for class org.pitest.mutationtest.engine.gregor.config.DefaultMutationEngineConfiguration
 
DefaultReporter - Class in org.pitest.mutationtest.execute
 
defaults() - Static method in class org.pitest.mutationtest.config.TestPluginArguments
 
DependencyExtractor - Class in org.pitest.dependency
 
DependencyExtractor(ClassByteArraySource, int) - Constructor for class org.pitest.dependency.DependencyExtractor
 
descendsFrom(Class<?>) - Method in class org.pitest.classinfo.ClassInfo
 
describe() - Method in class org.pitest.junit.DescriptionFilter
 
describe() - Method in class org.pitest.junit.ParameterisedTestFilter
 
describe(int, MethodInfo) - Method in class org.pitest.mutationtest.engine.gregor.InsnSubstitution
 
describe(int, MethodInfo) - Method in interface org.pitest.mutationtest.engine.gregor.ZeroOperandMutation
 
describe() - Method in class org.pitest.mutationtest.engine.Location
 
describe(MutationIdentifier) - Method in class org.pitest.mutationtest.execute.DefaultReporter
 
describe(MutationIdentifier) - Method in interface org.pitest.mutationtest.execute.Reporter
 
DESCRIBE - Static variable in class org.pitest.util.Id
 
description() - Method in class org.pitest.junit.JUnitTestPlugin
 
description() - Method in class org.pitest.mutationtest.engine.gregor.config.GregorEngineFactory
 
description() - Method in interface org.pitest.plugin.ClientClasspathPlugin
 
description() - Method in class org.pitest.plugin.Feature
 
description() - Method in class org.pitest.plugin.FeatureParameter
 
description() - Method in interface org.pitest.plugin.ToolClasspathPlugin
 
Description - Class in org.pitest.testapi
 
Description(String) - Constructor for class org.pitest.testapi.Description
 
Description(String, Class<?>) - Constructor for class org.pitest.testapi.Description
 
Description(String, String) - Constructor for class org.pitest.testapi.Description
 
description() - Method in class org.pitest.testng.TestNGPlugin
 
DescriptionFilter - Class in org.pitest.junit
 
DescriptionFilter(String) - Constructor for class org.pitest.junit.DescriptionFilter
 
DetectionStatus - Enum in org.pitest.mutationtest
The detection status of a mutant
directlyHits(ClassName) - Method in class org.pitest.coverage.TestInfo
 
DirectoryClassPathRoot - Class in org.pitest.classpath
 
DirectoryClassPathRoot(File) - Constructor for class org.pitest.classpath.DirectoryClassPathRoot
 
disableMutations(String) - Method in interface org.pitest.mutationtest.engine.gregor.MutationContext
 
done(ExitCode) - Method in class org.pitest.mutationtest.execute.DefaultReporter
 
done(ExitCode) - Method in interface org.pitest.mutationtest.execute.Reporter
 
DONE - Static variable in class org.pitest.util.Id
 

E

emptyConfig() - Static method in class org.pitest.testapi.TestGroupConfig
 
EmptyObjectReturnValsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
Mutates object return values to always return an "empty" value such as 0, Optional.none etc.
enableMutatations(String) - Method in interface org.pitest.mutationtest.engine.gregor.MutationContext
 
encode(int, int) - Static method in class sun.pitest.CodeCoverageStore
 
end(ExitCode) - Method in class org.pitest.coverage.execute.CoveragePipe
 
EngineArguments - Class in org.pitest.mutationtest
 
EngineArguments(Collection<String>, Collection<String>) - Constructor for class org.pitest.mutationtest.EngineArguments
 
equals(Object) - Method in class org.pitest.classinfo.ClassIdentifier
 
equals(Object) - Method in class org.pitest.classinfo.ClassName
 
equals(Object) - Method in class org.pitest.classinfo.HierarchicalClassId
 
equals(Object) - Method in class org.pitest.coverage.analysis.Block
 
equals(Object) - Method in class org.pitest.coverage.BlockLocation
 
equals(Object) - Method in class org.pitest.coverage.ClassLine
 
equals(Object) - Method in class org.pitest.coverage.InstructionLocation
 
equals(Object) - Method in class org.pitest.coverage.TestInfo
 
equals(Object) - Method in class org.pitest.junit.JUnitVersion
 
equals(Object) - Method in class org.pitest.mutationtest.engine.Location
 
equals(Object) - Method in class org.pitest.mutationtest.engine.MethodName
 
equals(Object) - Method in class org.pitest.mutationtest.engine.MutationDetails
 
equals(Object) - Method in class org.pitest.mutationtest.engine.MutationIdentifier
 
equals(Object) - Method in class org.pitest.mutationtest.MutationStatusTestPair
 
equals(Object) - Method in class org.pitest.plugin.Feature
 
equals(Object) - Method in class org.pitest.testapi.Description
 
equals(Object) - Method in class org.pitest.testapi.execute.MultipleTestGroup
 
equals(Object) - Method in class org.pitest.testapi.TestResult
 
ErrorListener - Class in org.pitest.coverage.execute
 
ErrorListener() - Constructor for class org.pitest.coverage.execute.ErrorListener
 
escapeBasicHtmlChars(String) - Static method in class org.pitest.util.StringUtil
 
escapeBasicHtmlChars(String, StringBuilder) - Static method in class org.pitest.util.StringUtil
 
excludedMethods() - Method in class org.pitest.mutationtest.EngineArguments
 
execute(ResultCollector) - Method in class org.pitest.coverage.execute.CoverageDecorator
 
execute(ResultCollector) - Method in class org.pitest.extension.common.TestUnitDecorator
 
execute(ResultCollector) - Method in class org.pitest.junit.adapter.AdaptedJUnitTestUnit
 
execute(ResultCollector) - Method in class org.pitest.mutationtest.execute.MutationTimeoutDecorator
 
execute(ResultCollector) - Method in class org.pitest.testapi.AbstractTestUnit
 
execute(TestUnit) - Method in interface org.pitest.testapi.execute.Container
 
execute(TestUnit) - Method in class org.pitest.testapi.execute.containers.UnContainer
 
execute(ResultCollector) - Method in class org.pitest.testapi.execute.MultipleTestGroup
 
execute(ResultCollector) - Method in interface org.pitest.testapi.TestUnit
 
execute(ResultCollector) - Method in class org.pitest.testng.TestNGTestUnit
 
ExitCode - Enum in org.pitest.util
 
ExitingResultCollector - Class in org.pitest.testapi.execute
 
ExitingResultCollector(ResultCollector) - Constructor for class org.pitest.testapi.execute.ExitingResultCollector
 
extractCallDependenciesForPackages(String, Predicate<String>) - Method in class org.pitest.dependency.DependencyExtractor
 
extractCallDependenciesForPackages(String, Predicate<String>, Predicate<DependencyAccess>) - Method in class org.pitest.dependency.DependencyExtractor
 

F

F3<A,B,C,D> - Interface in org.pitest.functional
 
F4<A,B,C,D,E> - Interface in org.pitest.functional
 
F5<A,B,C,D,E,FF> - Interface in org.pitest.functional
 
F6<A,B,C,D,E,FF,G> - Interface in org.pitest.functional
 
failure(TestResult) - Static method in enum org.pitest.testapi.execute.ResultType
 
FailureTracker - Interface in org.pitest.testng
 
False<A> - Class in org.pitest.functional.predicate
 
False() - Constructor for class org.pitest.functional.predicate.False
 
FArray - Class in org.pitest.functional
Slightly functional style operations for arrays.
FArray() - Constructor for class org.pitest.functional.FArray
 
FCollection - Class in org.pitest.functional
Functional programming style operations for plain old Java iterables.
FCollection() - Constructor for class org.pitest.functional.FCollection
 
Feature - Class in org.pitest.plugin
 
feature() - Method in class org.pitest.plugin.FeatureSetting
 
FeatureParameter - Class in org.pitest.plugin
 
FeatureParser - Class in org.pitest.plugin
Cheap and cheerful parser for simple feature config language.
FeatureParser() - Constructor for class org.pitest.plugin.FeatureParser
 
FeatureSelector<T extends ProvidesFeature> - Class in org.pitest.plugin
 
FeatureSelector(List<FeatureSetting>, Collection<T>) - Constructor for class org.pitest.plugin.FeatureSelector
 
FeatureSetting - Class in org.pitest.plugin
 
FeatureSetting(String, ToggleStatus, Map<String, List<String>>) - Constructor for class org.pitest.plugin.FeatureSetting
 
filter(T[], Predicate<T>, Collection<T>) - Static method in class org.pitest.functional.FArray
 
filter(T[], Predicate<T>) - Static method in class org.pitest.functional.FArray
 
filter(Iterable<? extends T>, Predicate<T>) - Static method in class org.pitest.functional.FCollection
 
filter(Iterable<? extends T>, Predicate<T>, Collection<? super T>) - Static method in class org.pitest.functional.FCollection
 
findClasses(Predicate<String>) - Method in class org.pitest.classpath.ClassPath
 
findMutations(ClassName) - Method in class org.pitest.mutationtest.engine.gregor.GregorMutater
 
findMutations(ClassName) - Method in interface org.pitest.mutationtest.engine.Mutater
Scans for possible mutants in the given class
findResource(String) - Method in class org.pitest.classpath.ClassPath
 
findTestUnits(Class<?>) - Method in class org.pitest.junit.CompoundTestUnitFinder
 
findTestUnits(Class<?>) - Method in class org.pitest.junit.JUnitCustomRunnerTestUnitFinder
 
findTestUnits(Class<?>) - Method in class org.pitest.junit.ParameterisedJUnitTestFinder
 
FindTestUnits - Class in org.pitest.testapi.execute
Scans classes to discover TestUnits
FindTestUnits(Configuration) - Constructor for class org.pitest.testapi.execute.FindTestUnits
 
findTestUnits(Class<?>) - Method in interface org.pitest.testapi.TestUnitFinder
 
findTestUnits(Class<?>) - Method in class org.pitest.testng.TestNGTestUnitFinder
 
findTestUnitsForAllSuppliedClasses(Iterable<Class<?>>) - Method in class org.pitest.testapi.execute.FindTestUnits
 
firstInstructionIs(int) - Method in class org.pitest.coverage.analysis.Block
 
flatMap(A[], Function<A, ? extends Iterable<B>>) - Static method in class org.pitest.functional.FArray
 
flatMap(Iterable<? extends A>, Function<A, ? extends Iterable<B>>) - Static method in class org.pitest.functional.FCollection
 
flatMapTo(A[], Function<A, ? extends Iterable<B>>, Collection<? super B>) - Static method in class org.pitest.functional.FArray
 
flatMapTo(Iterable<? extends A>, Function<A, ? extends Iterable<B>>, Collection<? super B>) - Static method in class org.pitest.functional.FCollection
 
flatten(Iterable<? extends Iterable<? extends T>>) - Static method in class org.pitest.functional.FCollection
 
flush() - Method in class org.pitest.util.SafeDataOutputStream
 
fold(BiFunction<A, B, A>, A, Iterable<? extends B>) - Static method in class org.pitest.functional.FCollection
 
format(Object...) - Method in enum org.pitest.help.Help
 
FrameOptions - Class in org.pitest.bytecode
 
FrameOptions() - Constructor for class org.pitest.bytecode.FrameOptions
 
fromClass(Class<?>) - Static method in class org.pitest.classinfo.ClassName
 
fromCode(int) - Static method in enum org.pitest.util.ExitCode
 
fromContext() - Static method in class org.pitest.classpath.ClassloaderByteArraySource
 
fromOptional(Optional<T>) - Static method in class org.pitest.functional.Streams
 
fromString(String) - Static method in class org.pitest.classinfo.ClassName
 
fromString(String) - Static method in class org.pitest.mutationtest.engine.MethodName
 
fromStrings(Collection<String>) - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
Functions - Class in org.pitest.util
 
Functions() - Constructor for class org.pitest.util.Functions
 

G

getAccess() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
getAccess() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
getActiveFeatures() - Method in class org.pitest.plugin.FeatureSelector
 
getAllowedTime(long) - Method in class org.pitest.mutationtest.build.PercentAndConstantTimeoutStrategy
 
getAllowedTime(long) - Method in interface org.pitest.mutationtest.TimeoutLengthStrategy
 
getBlock() - Method in class org.pitest.coverage.BlockCoverage
 
getBlock() - Method in class org.pitest.coverage.BlockLocation
 
getBlock() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the basic block in which this mutation occurs.
getBlockLocation() - Method in class org.pitest.coverage.InstructionLocation
 
getBytes(String) - Method in class org.pitest.classinfo.CachingByteArraySource
 
getBytes(String) - Method in interface org.pitest.classinfo.ClassByteArraySource
Returns bytes for a class represented in java/lang/String format
getBytes(String) - Method in class org.pitest.classpath.ClassloaderByteArraySource
 
getBytes(String) - Method in class org.pitest.classpath.ClassPathByteArraySource
 
getBytes() - Method in class org.pitest.mutationtest.engine.Mutant
Returns a byte array containing the mutant class
getClassAnnotationValue(ClassName) - Method in class org.pitest.classinfo.ClassInfo
 
getClassData(String) - Method in class org.pitest.classpath.ClassPath
 
getClassInfo(ClassName, byte[], long) - Static method in class org.pitest.classinfo.ClassInfoVisitor
 
getClassInfo() - Method in interface org.pitest.mutationtest.engine.gregor.MutationContext
 
getClassLine() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the ClassLine in which this mutation is located
getClassName() - Method in class org.pitest.coverage.ClassLine
 
getClassName() - Method in class org.pitest.coverage.CoverageClassVisitor
 
getClassName() - Method in class org.pitest.mutationtest.engine.Location
 
getClassName() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the class in which this mutation is located
getClassName() - Method in class org.pitest.mutationtest.engine.MutationIdentifier
Returns the class in which this mutation is located
getClassPath() - Method in class org.pitest.classpath.ProjectClassPaths
 
getClassPathElementsAsFiles() - Static method in class org.pitest.classpath.ClassPath
 
getClassPathElementsAsPaths() - Static method in class org.pitest.classpath.ClassPath
 
getCode() - Method in class org.pitest.classpath.ClassFilter
 
getCode() - Method in enum org.pitest.util.ExitCode
 
getCodeFilter() - Method in class org.pitest.classpath.PathFilter
 
getCommonSuperClass(String, String) - Method in class org.pitest.classinfo.ComputeClassWriter
 
getComponent(Predicate<ClassPathRoot>) - Method in class org.pitest.classpath.ClassPath
 
getContextClassLoader() - Static method in class org.pitest.util.IsolationUtils
 
getCoverage() - Method in class org.pitest.coverage.CoverageResult
 
getCurrentBlock() - Method in class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
getCurrentBlockThisMethod() - Method in class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
getData(String) - Method in class org.pitest.classpath.ArchiveClassPathRoot
 
getData(String) - Method in interface org.pitest.classpath.ClassPathRoot
 
getData(String) - Method in class org.pitest.classpath.CompoundClassPathRoot
 
getData(String) - Method in class org.pitest.classpath.DirectoryClassPathRoot
 
getData(String) - Method in class org.pitest.classpath.NameCachingRoot
 
getData(String) - Method in class org.pitest.classpath.OtherClassLoaderClassPathRoot
 
getDeepHash() - Method in class org.pitest.classinfo.ClassInfo
 
getDependencyAnalysisMaxDistance() - Method in class org.pitest.coverage.execute.CoverageOptions
 
getDescription() - Method in class org.pitest.extension.common.TestUnitDecorator
 
getDescription() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
getDescription() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the human readable description of the mutation.
getDescription() - Method in class org.pitest.testapi.AbstractTestUnit
 
getDescription() - Method in class org.pitest.testapi.TestResult
 
getDescription() - Method in interface org.pitest.testapi.TestUnit
 
getDetails() - Method in class org.pitest.mutationtest.engine.Mutant
Returns a data relating to the mutant
getExcludedGroups() - Method in class org.pitest.testapi.TestGroupConfig
 
getExcludedRunners() - Method in class org.pitest.mutationtest.config.TestPluginArguments
 
getExecutionTime() - Method in class org.pitest.coverage.CoverageResult
 
getFailingTests() - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
getFilename() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the file in which this mutation is located
getFilter() - Method in class org.pitest.classpath.ProjectClassPaths
 
getFilter() - Method in class org.pitest.coverage.execute.CoverageOptions
 
getFirstIndex() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the index to the first instruction on which this mutation occurs.
getFirstIndex() - Method in class org.pitest.mutationtest.engine.MutationIdentifier
Returns the index to the first instruction on which this mutation occurs.
getFirstInsnInBlock() - Method in class org.pitest.coverage.BlockLocation
 
getFirstInstruction() - Method in class org.pitest.coverage.analysis.Block
 
getFirstTestClass() - Method in class org.pitest.testapi.Description
 
getForErrorExitCode(ExitCode) - Static method in enum org.pitest.mutationtest.DetectionStatus
Converts a process exit code to a mutation status
getGloballyUniqueId() - Method in interface org.pitest.mutationtest.engine.gregor.MethodMutatorFactory
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ArgumentPropagationMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ConstructorCallMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.BigIntegerMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveIncrementsMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveSwitchMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.ReturnValuesMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.SwitchMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.IncrementsMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.engine.gregor.mutators.InlineConstantMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.InvertNegsMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.MathMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.engine.gregor.mutators.NullMutateEverything
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ABSMutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD1Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD2Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR1Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR2Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR3Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR4Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR1Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR2Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR3Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR4Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR5Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR6Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN1Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN2Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN3Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR1Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR2Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR3Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR4Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR5Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI1Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI2Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI3Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI4Mutator
 
getGloballyUniqueId() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator
 
getGloballyUniqueId() - Method in class org.pitest.mutationtest.UnviableClassMutator
 
getGroupConfig() - Method in class org.pitest.mutationtest.config.TestPluginArguments
 
getHash() - Method in class org.pitest.classinfo.ClassIdentifier
 
getHash() - Method in class org.pitest.classinfo.ClassInfo
 
getHierarchicalHash() - Method in class org.pitest.classinfo.HierarchicalClassId
 
getHierarchicalId() - Method in class org.pitest.classinfo.ClassInfo
 
getHits() - Static method in class sun.pitest.CodeCoverageStore
 
getHtmlSafeDescription() - Method in class org.pitest.mutationtest.engine.MutationDetails
Deprecated.
getId() - Method in class org.pitest.classinfo.ClassInfo
 
getId() - Method in class org.pitest.classinfo.HierarchicalClassId
 
getId() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the identified for this mutation
getIncludedGroups() - Method in class org.pitest.testapi.TestGroupConfig
 
getIncludedTestMethods() - Method in class org.pitest.mutationtest.config.TestPluginArguments
 
getIndexes() - Method in class org.pitest.mutationtest.engine.MutationIdentifier
Returns the list of instruction indexes to which this mutation applies
getInstructionIndex() - Method in class org.pitest.mutationtest.engine.MutationDetails
Zero based index to first affected ASM instruction
getInterfaces() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
getKillingTest() - Method in class org.pitest.mutationtest.MutationStatusTestPair
Get the killing test.
getKillingTests() - Method in class org.pitest.mutationtest.MutationStatusTestPair
Get all killing tests.
getLastInsnInBlock() - Method in class org.pitest.coverage.BlockLocation
 
getLastInstruction() - Method in class org.pitest.coverage.analysis.Block
 
getLineNumber() - Method in class org.pitest.coverage.ClassLine
 
getLineNumber() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the line number on which the mutation occurs as reported within the jvm bytecode
getLines() - Method in class org.pitest.coverage.analysis.Block
 
getList(String) - Method in class org.pitest.plugin.FeatureSetting
 
getListenerFunction(TestResult) - Method in enum org.pitest.testapi.execute.ResultType
 
getLocalClassPath() - Method in class org.pitest.classpath.ClassPath
 
getLocation() - Method in class org.pitest.coverage.BlockLocation
 
getLocation() - Method in class org.pitest.mutationtest.engine.MutationDetails
Deprecated.
getLocation() - Method in class org.pitest.mutationtest.engine.MutationIdentifier
Returns the location of the mutations
getLogger() - Static method in class org.pitest.util.Log
 
getMaxDistance() - Method in class org.pitest.dependency.DependencyExtractor
 
getMethod() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the class in which this mutation is located
getMethodDesc() - Method in class org.pitest.mutationtest.engine.Location
 
getMethodDescriptor() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
getMethodName() - Method in class org.pitest.mutationtest.engine.Location
 
getMutation(MutationIdentifier) - Method in class org.pitest.mutationtest.engine.gregor.GregorMutater
 
getMutation(MutationIdentifier) - Method in interface org.pitest.mutationtest.engine.Mutater
Creates a mutant matching the given MutationIdentifier
getMutations() - Method in class org.pitest.mutationtest.engine.gregor.AbstractInsnMutator
 
getMutations() - Method in class org.pitest.mutationtest.engine.gregor.AbstractJumpMutator
 
getMutator() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the name of the mutator that created this mutation
getMutator() - Method in class org.pitest.mutationtest.engine.MutationIdentifier
Returns the name of the mutator that created this mutation
getMutatorNames() - Method in class org.pitest.mutationtest.engine.gregor.GregorMutationEngine
 
getMutatorNames() - Method in interface org.pitest.mutationtest.engine.MutationEngine
Returns a list of mutation operations this engine can perform
getName() - Method in class org.pitest.classinfo.ClassIdentifier
 
getName() - Method in class org.pitest.classinfo.ClassInfo
 
getName() - Method in class org.pitest.classinfo.HierarchicalClassId
 
getName() - Method in class org.pitest.coverage.TestInfo
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.GregorMutationEngine
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
getName() - Method in interface org.pitest.mutationtest.engine.gregor.MethodMutatorFactory
Returns a human readable String representation of this MethodMutatorFactory.
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ArgumentPropagationMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ConstructorCallMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.BigIntegerMutator
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveIncrementsMutator
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveSwitchMutator
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.ReturnValuesMutator
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.SwitchMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.IncrementsMutator
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.mutators.InlineConstantMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.InvertNegsMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.MathMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.mutators.NullMutateEverything
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator
 
getName() - Method in class org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ABSMutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD1Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD2Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR1Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR2Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR3Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR4Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR1Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR2Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR3Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR4Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR5Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR6Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN1Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN2Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN3Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR1Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR2Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR3Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR4Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR5Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI1Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI2Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI3Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI4Mutator
 
getName() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator
 
getName() - Method in interface org.pitest.mutationtest.engine.MutationEngine
Returns the name of this engine
getName() - Method in class org.pitest.mutationtest.UnviableClassMutator
 
getName() - Method in class org.pitest.testapi.Description
 
getNameWithoutPackage() - Method in class org.pitest.classinfo.ClassName
 
getNumberOfBlocksCovered() - Method in class org.pitest.coverage.TestInfo
 
getNumberOfCodeLines() - Method in class org.pitest.classinfo.ClassInfo
 
getNumberOfCoveredBlocks() - Method in class org.pitest.coverage.CoverageResult
 
getNumberOfTestsRun() - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
getNumberOfTestsRun() - Method in class org.pitest.mutationtest.MutationStatusTestPair
 
getOrRegisterClassProbes(int, int) - Static method in class sun.pitest.CodeCoverageStore
 
getOuterClass() - Method in class org.pitest.classinfo.ClassInfo
 
getPackage() - Method in class org.pitest.classinfo.ClassName
 
getPitConfig() - Method in class org.pitest.coverage.execute.CoverageOptions
 
getQualifiedName() - Method in class org.pitest.testapi.Description
 
getResource(String) - Method in class org.pitest.classpath.ArchiveClassPathRoot
 
getResource(String) - Method in interface org.pitest.classpath.ClassPathRoot
 
getResource(String) - Method in class org.pitest.classpath.CompoundClassPathRoot
 
getResource(String) - Method in class org.pitest.classpath.DirectoryClassPathRoot
 
getResource(String) - Method in class org.pitest.classpath.NameCachingRoot
 
getResource(String) - Method in class org.pitest.classpath.OtherClassLoaderClassPathRoot
 
getReturnType() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
getSettingForFeature(String) - Method in class org.pitest.plugin.FeatureSelector
 
getSignature() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
getSourceFileName() - Method in class org.pitest.classinfo.ClassInfo
 
getState() - Method in class org.pitest.testapi.TestResult
 
getStatus() - Method in class org.pitest.mutationtest.MutationStatusTestPair
 
getString(String) - Method in class org.pitest.plugin.FeatureSetting
 
getSucceedingTests() - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
getSucceedingTests() - Method in class org.pitest.mutationtest.MutationStatusTestPair
Get all succeeding tests.
getSuperClass() - Method in class org.pitest.classinfo.ClassInfo
 
getSuperName() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
getTest() - Method in class org.pitest.classpath.ClassFilter
 
getTestFilter() - Method in class org.pitest.classpath.PathFilter
 
getTestFrameworkPlugin(TestPluginArguments, ClassByteArraySource) - Method in class org.pitest.mutationtest.config.MinionSettings
 
getTestPlugin() - Method in class org.pitest.mutationtest.config.TestPluginArguments
 
getTests() - Method in class org.pitest.coverage.BlockCoverage
 
getTestsInOrder() - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns the tests that cover this mutation in optimised order
getTestUnitDescription() - Method in class org.pitest.coverage.CoverageResult
 
getThrowable() - Method in class org.pitest.testapi.TestResult
 
getTime() - Method in class org.pitest.coverage.TestInfo
 
getVersion() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
Glob - Class in org.pitest.util
 
Glob(String) - Constructor for class org.pitest.util.Glob
 
GregorEngineFactory - Class in org.pitest.mutationtest.engine.gregor.config
 
GregorEngineFactory() - Constructor for class org.pitest.mutationtest.engine.gregor.config.GregorEngineFactory
 
GregorMutater - Class in org.pitest.mutationtest.engine.gregor
 
GregorMutater(ClassByteArraySource, Predicate<MethodInfo>, Collection<MethodMutatorFactory>) - Constructor for class org.pitest.mutationtest.engine.gregor.GregorMutater
 
GregorMutationEngine - Class in org.pitest.mutationtest.engine.gregor
The default (and currently only) mutation engine for PIT.
GregorMutationEngine(MutationEngineConfiguration) - Constructor for class org.pitest.mutationtest.engine.gregor.GregorMutationEngine
 

H

hasAnnotation(Class<? extends Annotation>) - Method in class org.pitest.classinfo.ClassInfo
 
hasAnnotation(ClassName) - Method in class org.pitest.classinfo.ClassInfo
 
hasCoverage() - Method in enum org.pitest.mutationtest.DetectionStatus
 
hasHadFailure() - Method in interface org.pitest.testng.FailureTracker
 
hasHadFailure() - Method in class org.pitest.testng.TestNGAdapter
 
hashCode() - Method in class org.pitest.classinfo.ClassIdentifier
 
hashCode() - Method in class org.pitest.classinfo.ClassName
 
hashCode() - Method in class org.pitest.classinfo.HierarchicalClassId
 
hashCode() - Method in class org.pitest.coverage.analysis.Block
 
hashCode() - Method in class org.pitest.coverage.BlockLocation
 
hashCode() - Method in class org.pitest.coverage.ClassLine
 
hashCode() - Method in class org.pitest.coverage.InstructionLocation
 
hashCode() - Method in class org.pitest.coverage.TestInfo
 
hashCode() - Method in class org.pitest.junit.JUnitVersion
 
hashCode() - Method in class org.pitest.mutationtest.engine.Location
 
hashCode() - Method in class org.pitest.mutationtest.engine.MethodName
 
hashCode() - Method in class org.pitest.mutationtest.engine.MutationDetails
 
hashCode() - Method in class org.pitest.mutationtest.engine.MutationIdentifier
 
hashCode() - Method in class org.pitest.mutationtest.MutationStatusTestPair
 
hashCode() - Method in class org.pitest.plugin.Feature
 
hashCode() - Method in class org.pitest.testapi.Description
 
hashCode() - Method in class org.pitest.testapi.execute.MultipleTestGroup
 
hashCode() - Method in class org.pitest.testapi.TestResult
 
Help - Enum in org.pitest.help
 
HierarchicalClassId - Class in org.pitest.classinfo
 
HierarchicalClassId(ClassIdentifier, String) - Constructor for class org.pitest.classinfo.HierarchicalClassId
 
HierarchicalClassId(ClassIdentifier, BigInteger) - Constructor for class org.pitest.classinfo.HierarchicalClassId
 
HierarchicalClassId(long, ClassName, String) - Constructor for class org.pitest.classinfo.HierarchicalClassId
 
hotSwap(Class<?>, byte[]) - Static method in class org.pitest.boot.HotSwapAgent
 
HotSwapAgent - Class in org.pitest.boot
 
HotSwapAgent() - Constructor for class org.pitest.boot.HotSwapAgent
 

I

id() - Static method in class org.pitest.functional.prelude.Prelude
 
id(Class<A>) - Static method in class org.pitest.functional.prelude.Prelude
 
Id - Class in org.pitest.util
 
Id() - Constructor for class org.pitest.util.Id
 
IgnoreCoreClasses - Class in org.pitest.dependency
 
ignoring() - Method in class org.pitest.sequence.QueryParams
 
increment() - Method in class org.pitest.mutationtest.engine.gregor.analysis.DefaultInstructionCounter
 
increment() - Method in interface org.pitest.mutationtest.engine.gregor.analysis.InstructionCounter
 
IncrementsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
init(InvokeReceiver) - Static method in class sun.pitest.CodeCoverageStore
 
InlineConstantMutator - Class in org.pitest.mutationtest.engine.gregor.mutators
The InlineConstantMutator is a mutator that mutates integer inline constants (including short, byte, long) by adding 1 and that mutates float inline constants (including double) by replacing them with 1.
InlineConstantMutator() - Constructor for class org.pitest.mutationtest.engine.gregor.mutators.InlineConstantMutator
 
inputStreamAdapterSupplier(Class<?>) - Static method in class org.pitest.mutationtest.mocksupport.JavassistInputStreamInterceptorAdapater
 
InsnSubstitution - Class in org.pitest.mutationtest.engine.gregor
 
InsnSubstitution(int, String) - Constructor for class org.pitest.mutationtest.engine.gregor.InsnSubstitution
 
instance() - Static method in class org.pitest.functional.predicate.False
 
instance(Class<? extends Annotation>) - Static method in class org.pitest.reflection.IsAnnotatedWith
 
InstructionCounter - Interface in org.pitest.mutationtest.engine.gregor.analysis
 
InstructionLocation - Class in org.pitest.coverage
 
InstructionLocation(BlockLocation, int) - Constructor for class org.pitest.coverage.InstructionLocation
 
InstructionTrackingMethodVisitor - Class in org.pitest.mutationtest.engine.gregor.analysis
 
InstructionTrackingMethodVisitor(MethodVisitor, InstructionCounter) - Constructor for class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
InvertNegsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
InvokeReceiver - Interface in sun.pitest
 
IOHeavyRoot - Interface in org.pitest.classpath
Marker interface for classpath roots that do expensive IO when searching
is(JUnitVersion) - Method in class org.pitest.junit.JUnitVersion
 
isAbstract() - Method in class org.pitest.classinfo.ClassInfo
 
IsAnnotatedWith - Class in org.pitest.reflection
 
IsAnnotatedWith(Class<? extends Annotation>) - Constructor for class org.pitest.reflection.IsAnnotatedWith
 
isCodeLine(int) - Method in class org.pitest.classinfo.ClassInfo
 
isConstructor() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isConstructor(String) - Static method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isDebug() - Method in class org.pitest.sequence.QueryParams
 
isDetected() - Method in enum org.pitest.mutationtest.DetectionStatus
Returns true if this status indicates that the mutation was distinguished from the un-mutated code by the test suite, ignores the slight ambiguity of some of the statuses.
isEnum() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
isEqual(Object) - Static method in interface org.pitest.sequence.Match
 
isFor(ClassName) - Method in class org.pitest.coverage.BlockLocation
 
isFor(ClassName) - Method in class org.pitest.coverage.InstructionLocation
 
isGeneratedEnumMethod() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isGreaterThan(T) - Static method in class org.pitest.functional.prelude.Prelude
 
isGreaterThan(JUnitVersion) - Method in class org.pitest.junit.JUnitVersion
 
isGreaterThanOrEqualTo(JUnitVersion) - Method in class org.pitest.junit.JUnitVersion
 
isGreenTest() - Method in class org.pitest.coverage.CoverageResult
 
isGroovyClass() - Method in class org.pitest.mutationtest.engine.gregor.ClassInfo
 
isInFinallyBlock() - Method in class org.pitest.mutationtest.engine.MutationDetails
Indicates if the mutation is within a finally block
isInGroovyClass() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isInStaticInitializer() - Method in class org.pitest.mutationtest.engine.MutationDetails
Indicates if this mutation is in a static initializer block
isInterface() - Method in class org.pitest.classinfo.ClassInfo
 
isLessThan(JUnitVersion) - Method in class org.pitest.junit.JUnitVersion
 
isLessThanOrEqualTo(JUnitVersion) - Method in class org.pitest.junit.JUnitVersion
 
isNullOrEmpty(String) - Static method in class org.pitest.util.StringUtil
 
isOk() - Method in enum org.pitest.util.ExitCode
 
IsolationUtils - Class in org.pitest.util
 
IsolationUtils() - Constructor for class org.pitest.util.IsolationUtils
 
isOnByDefault() - Method in class org.pitest.plugin.Feature
 
isStatic() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isStaticInitializer() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isSynthetic() - Method in class org.pitest.classinfo.ClassInfo
 
isSynthetic() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isTopLevelClass() - Method in class org.pitest.classinfo.ClassInfo
 
isVerbose() - Method in class org.pitest.coverage.execute.CoverageOptions
 
isVerbose() - Method in class org.pitest.mutationtest.execute.MinionArguments
 
isVerbose() - Static method in class org.pitest.util.Log
 
isVoid(String) - Static method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isVoid() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
isWithinFinallyBlock() - Method in class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
iterator() - Method in class org.pitest.classpath.CompoundClassPathRoot
 

J

JavassistCoverageInterceptor - Class in org.pitest.coverage.execute
 
JavassistInputStreamInterceptorAdapater - Class in org.pitest.mutationtest.mocksupport
 
JavassistInputStreamInterceptorAdapater(ClassVisitor, Class<?>) - Constructor for class org.pitest.mutationtest.mocksupport.JavassistInputStreamInterceptorAdapater
 
JavassistInterceptor - Class in org.pitest.mutationtest.mocksupport
 
JUnit4SuiteFinder - Class in org.pitest.junit
 
JUnit4SuiteFinder() - Constructor for class org.pitest.junit.JUnit4SuiteFinder
 
JUnitCompatibleConfiguration - Class in org.pitest.junit
 
JUnitCompatibleConfiguration(TestGroupConfig, Collection<String>, Collection<String>) - Constructor for class org.pitest.junit.JUnitCompatibleConfiguration
 
JUnitCustomRunnerTestUnitFinder - Class in org.pitest.junit
 
JUnitTestPlugin - Class in org.pitest.junit
Plugin that provides support for both JUnit 3, 4 This plugin has been battle tested against many different strange uses and abuses of JUnit found in real world code bases.
JUnitTestPlugin() - Constructor for class org.pitest.junit.JUnitTestPlugin
 
JUnitVersion - Class in org.pitest.junit
 
jvmClassToClassName() - Static method in class org.pitest.util.Functions
 

L

LineMap - Interface in org.pitest.coverage
 
LineMapper - Class in org.pitest.coverage.analysis
 
LineMapper(ClassByteArraySource) - Constructor for class org.pitest.coverage.analysis.LineMapper
 
LineTrackingMethodVisitor - Class in org.pitest.mutationtest.engine.gregor
 
LineTrackingMethodVisitor(MutationContext, MethodVisitor) - Constructor for class org.pitest.mutationtest.engine.gregor.LineTrackingMethodVisitor
 
load(Class<S>) - Static method in class org.pitest.util.ServiceLoader
 
load(Class<S>, ClassLoader) - Static method in class org.pitest.util.ServiceLoader
 
Location - Class in org.pitest.mutationtest.engine
The co-ordinates of a method within a class.
Location(ClassName, MethodName, String) - Constructor for class org.pitest.mutationtest.engine.Location
 
location(ClassName, MethodName, String) - Static method in class org.pitest.mutationtest.engine.Location
 
Log - Class in org.pitest.util
 
Log() - Constructor for class org.pitest.util.Log
 

M

main(String[]) - Static method in class org.pitest.coverage.execute.CoverageMinion
 
main(String[]) - Static method in class org.pitest.mutationtest.execute.MutationTestMinion
 
makeForContextLoader() - Static method in class org.pitest.mutationtest.config.ClientPluginServices
 
makeMutators() - Static method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveSwitchMutator
 
makeMutators() - Static method in class org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator
 
ManifestUtils - Class in org.pitest.util
Ugly static methods to create and parse classpath manifests
ManifestUtils() - Constructor for class org.pitest.util.ManifestUtils
 
map(Iterable<? extends A>, Function<A, B>) - Static method in class org.pitest.functional.FCollection
 
mapLines(ClassName) - Method in class org.pitest.coverage.analysis.LineMapper
 
mapLines(ClassName) - Method in interface org.pitest.coverage.LineMap
 
mapTo(Iterable<? extends A>, Function<A, B>, Collection<? super B>) - Static method in class org.pitest.functional.FCollection
 
Match<T> - Interface in org.pitest.sequence
Predicate with additional context.
match(Match<T>) - Static method in class org.pitest.sequence.QueryStart
 
matches(MutationIdentifier) - Method in class org.pitest.mutationtest.engine.MutationIdentifier
Returns true if this mutation has a matching identifier
matches(List<T>) - Method in interface org.pitest.sequence.SequenceMatcher
 
matches(List<T>, Context<T>) - Method in interface org.pitest.sequence.SequenceMatcher
 
matches(CharSequence) - Method in class org.pitest.util.Glob
 
matchesId(MutationIdentifier) - Method in class org.pitest.mutationtest.engine.MutationDetails
Returns true if this mutation has a matching identifier
matchIfAbstract() - Static method in class org.pitest.classinfo.ClassInfo
 
MathMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
mayPoisonJVM() - Method in class org.pitest.mutationtest.engine.MutationDetails
Indicates if this mutation might poison state within the jvm (e.g affect the values of static variable)
MemberVariableMutator - Class in org.pitest.mutationtest.engine.gregor.mutators.experimental
The MemberVariableMutator is a mutator that mutates assignments to member variables by removing them.
MemberVariableMutator() - Constructor for class org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator
 
MemoryWatchdog - Class in org.pitest.mutationtest.execute
 
MemoryWatchdog() - Constructor for class org.pitest.mutationtest.execute.MemoryWatchdog
 
methodFilter() - Method in class org.pitest.mutationtest.engine.gregor.config.DefaultMutationEngineConfiguration
 
methodFilter() - Method in interface org.pitest.mutationtest.engine.gregor.MutationEngineConfiguration
 
MethodFilteringAdapter - Class in org.pitest.classinfo
 
MethodFilteringAdapter(ClassVisitor, F5<Integer, String, String, String, String[], Boolean>) - Constructor for class org.pitest.classinfo.MethodFilteringAdapter
 
methodInfo() - Method in class org.pitest.mutationtest.engine.gregor.AbstractInsnMutator
 
MethodInfo - Class in org.pitest.mutationtest.engine.gregor
 
MethodInfo() - Constructor for class org.pitest.mutationtest.engine.gregor.MethodInfo
 
MethodMutatorFactory - Interface in org.pitest.mutationtest.engine.gregor
A MethodMutatorFactory is a factory creating method mutating method visitors.
MethodName - Class in org.pitest.mutationtest.engine
 
MinionArguments - Class in org.pitest.mutationtest.execute
 
MinionArguments(Collection<MutationDetails>, Collection<ClassName>, String, EngineArguments, TimeoutLengthStrategy, boolean, boolean, TestPluginArguments) - Constructor for class org.pitest.mutationtest.execute.MinionArguments
 
MinionSettings - Class in org.pitest.mutationtest.config
 
MinionSettings(ClientPluginServices) - Constructor for class org.pitest.mutationtest.config.MinionSettings
 
MultipleTestGroup - Class in org.pitest.testapi.execute
 
MultipleTestGroup(List<TestUnit>) - Constructor for class org.pitest.testapi.execute.MultipleTestGroup
 
Mutant - Class in org.pitest.mutationtest.engine
A fully generated mutant
Mutant(MutationDetails, byte[]) - Constructor for class org.pitest.mutationtest.engine.Mutant
 
mutateObjectInstance(Object, Class<?>) - Static method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.ReturnValuesMutator
Mutates a given object instance / reference.
Mutater - Interface in org.pitest.mutationtest.engine
Generates mutants
MutationContext - Interface in org.pitest.mutationtest.engine.gregor
 
MutationDetails - Class in org.pitest.mutationtest.engine
Captures all data relating to a mutant.
MutationDetails(MutationIdentifier, String, String, int, int) - Constructor for class org.pitest.mutationtest.engine.MutationDetails
 
MutationDetails(MutationIdentifier, String, String, int, int, boolean, PoisonStatus) - Constructor for class org.pitest.mutationtest.engine.MutationDetails
 
MutationEngine - Interface in org.pitest.mutationtest.engine
A mutation engine acts as a factory for mutaters capable of creating mutant classes.
MutationEngineConfiguration - Interface in org.pitest.mutationtest.engine.gregor
 
MutationEngineFactory - Interface in org.pitest.mutationtest
 
MutationIdentifier - Class in org.pitest.mutationtest.engine
Uniquely identifies a mutation
MutationIdentifier(Location, int, String) - Constructor for class org.pitest.mutationtest.engine.MutationIdentifier
 
MutationIdentifier(Location, Collection<Integer>, String) - Constructor for class org.pitest.mutationtest.engine.MutationIdentifier
 
MutationStatusTestPair - Class in org.pitest.mutationtest
 
MutationStatusTestPair(int, DetectionStatus, String) - Constructor for class org.pitest.mutationtest.MutationStatusTestPair
 
MutationStatusTestPair(int, DetectionStatus, List<String>, List<String>) - Constructor for class org.pitest.mutationtest.MutationStatusTestPair
 
MutationTestMinion - Class in org.pitest.mutationtest.execute
 
MutationTestMinion(MinionSettings, SafeDataInputStream, Reporter) - Constructor for class org.pitest.mutationtest.execute.MutationTestMinion
 
MutationTestWorker - Class in org.pitest.mutationtest.execute
 
MutationTestWorker(F3<ClassName, ClassLoader, byte[], Boolean>, Mutater, ClassLoader, boolean) - Constructor for class org.pitest.mutationtest.execute.MutationTestWorker
 
MutationTimeoutDecorator - Class in org.pitest.mutationtest.execute
 
MutationTimeoutDecorator(TestUnit, SideEffect, TimeoutLengthStrategy, long) - Constructor for class org.pitest.mutationtest.execute.MutationTimeoutDecorator
 
Mutator - Class in org.pitest.mutationtest.engine.gregor.config
 
Mutator() - Constructor for class org.pitest.mutationtest.engine.gregor.config.Mutator
 
mutators() - Method in class org.pitest.mutationtest.engine.gregor.config.DefaultMutationEngineConfiguration
 
mutators() - Method in interface org.pitest.mutationtest.engine.gregor.MutationEngineConfiguration
 
mutators() - Method in class org.pitest.mutationtest.EngineArguments
 

N

NakedReceiverMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.experimental
Mutator for non-void methods whos return type matches the receiver's type that replaces the method call with the receiver.
NAME - Static variable in class org.pitest.junit.JUnitTestPlugin
 
name() - Method in class org.pitest.junit.JUnitTestPlugin
 
name() - Method in class org.pitest.mutationtest.engine.gregor.config.GregorEngineFactory
 
name() - Method in class org.pitest.mutationtest.engine.MethodName
 
name() - Method in interface org.pitest.mutationtest.MutationEngineFactory
 
name() - Method in class org.pitest.plugin.Feature
 
name() - Method in class org.pitest.plugin.FeatureParameter
 
name() - Method in interface org.pitest.testapi.TestPluginFactory
 
name() - Method in class org.pitest.testng.TestNGPlugin
 
NameCachingRoot - Class in org.pitest.classpath
Caches the classes provided by the decorated root to avoid expensive IO operations at the cost of higher memory consumption
NameCachingRoot(ClassPathRoot) - Constructor for class org.pitest.classpath.NameCachingRoot
 
named(String) - Static method in class org.pitest.plugin.Feature
 
named(String) - Static method in class org.pitest.plugin.FeatureParameter
 
nameToClass() - Static method in class org.pitest.classinfo.ClassName
 
nameToClass(ClassLoader) - Static method in class org.pitest.classinfo.ClassName
 
needsFrames(byte[]) - Static method in class org.pitest.bytecode.FrameOptions
 
negate() - Method in interface org.pitest.sequence.Match
 
NegateConditionalsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
never() - Static method in interface org.pitest.sequence.Match
 
newDefaults() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
Proposed new defaults - replaced the RETURN_VALS mutator with the new more stable set
newLine() - Static method in class org.pitest.util.StringUtil
 
NonVoidMethodCallMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
noSideEffect(Class<T>) - Static method in class org.pitest.functional.prelude.Prelude
 
not(Predicate<A>) - Static method in class org.pitest.functional.prelude.Prelude
 
notAnalysed(int, DetectionStatus) - Static method in class org.pitest.mutationtest.MutationStatusTestPair
 
NoTestSuiteFinder - Class in org.pitest.extension.common
 
NoTestSuiteFinder() - Constructor for class org.pitest.extension.common.NoTestSuiteFinder
 
notifyEnd(Description, Throwable) - Method in class org.pitest.testapi.execute.containers.ConcreteResultCollector
 
notifyEnd(Description) - Method in class org.pitest.testapi.execute.containers.ConcreteResultCollector
 
notifyEnd(Description, Throwable) - Method in class org.pitest.testapi.execute.ExitingResultCollector
 
notifyEnd(Description) - Method in class org.pitest.testapi.execute.ExitingResultCollector
 
notifyEnd(Description, Throwable) - Method in interface org.pitest.testapi.ResultCollector
 
notifyEnd(Description) - Method in interface org.pitest.testapi.ResultCollector
 
notifySkipped(Description) - Method in class org.pitest.testapi.execute.containers.ConcreteResultCollector
 
notifySkipped(Description) - Method in class org.pitest.testapi.execute.ExitingResultCollector
 
notifySkipped(Description) - Method in interface org.pitest.testapi.ResultCollector
 
notifyStart(Description) - Method in class org.pitest.testapi.execute.containers.ConcreteResultCollector
 
notifyStart(Description) - Method in class org.pitest.testapi.execute.ExitingResultCollector
 
notifyStart(Description) - Method in interface org.pitest.testapi.ResultCollector
 
NullMutateEverything - Class in org.pitest.mutationtest.engine.gregor.mutators
Creates "mutants" that contain no changes at all possible mutation points.
NullMutateEverything() - Constructor for class org.pitest.mutationtest.engine.gregor.mutators.NullMutateEverything
 
NullReturnValsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
Mutates object return values to always return null Does not mutate return types for which a more stable return value mutation exists.
NullVisitor - Class in org.pitest.bytecode
 
NullVisitor() - Constructor for class org.pitest.bytecode.NullVisitor
 
NullVisitor.NullAnnotationVisitor - Class in org.pitest.bytecode
 
NullVisitor.NullMethodVisitor - Class in org.pitest.bytecode
 

O

obbn() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
OBBN1Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Replaces bitwise "and" and "or" with each other
OBBN2Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Replaces bitwise "and" and "or" by the first member
OBBN3Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Replaces bitwise "and" and "or" by the second member
oldDefaults() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
Default set of mutators - designed to provide balance between strength and performance
oneOrMore(SequenceQuery<T>) - Method in class org.pitest.sequence.SequenceQuery
 
onFinish(ITestContext) - Method in class org.pitest.testng.TestNGAdapter
 
onRunEnd() - Method in class org.pitest.coverage.execute.ErrorListener
 
onRunEnd() - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
onRunEnd() - Method in interface org.pitest.testapi.TestListener
 
onRunStart() - Method in class org.pitest.coverage.execute.ErrorListener
 
onRunStart() - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
onRunStart() - Method in interface org.pitest.testapi.TestListener
 
onStart(ITestContext) - Method in class org.pitest.testng.TestNGAdapter
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.pitest.testng.TestNGAdapter
 
onTestFailure(TestResult) - Method in class org.pitest.coverage.execute.ErrorListener
 
onTestFailure(TestResult) - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
onTestFailure(TestResult) - Method in interface org.pitest.testapi.TestListener
 
onTestFailure(ITestResult) - Method in class org.pitest.testng.TestNGAdapter
 
onTestSkipped(TestResult) - Method in class org.pitest.coverage.execute.ErrorListener
 
onTestSkipped(TestResult) - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
onTestSkipped(TestResult) - Method in interface org.pitest.testapi.TestListener
 
onTestSkipped(ITestResult) - Method in class org.pitest.testng.TestNGAdapter
 
onTestStart(Description) - Method in class org.pitest.coverage.execute.ErrorListener
 
onTestStart(Description) - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
onTestStart(Description) - Method in interface org.pitest.testapi.TestListener
 
onTestStart(ITestResult) - Method in class org.pitest.testng.TestNGAdapter
 
onTestSuccess(TestResult) - Method in class org.pitest.coverage.execute.ErrorListener
 
onTestSuccess(TestResult) - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
onTestSuccess(TestResult) - Method in interface org.pitest.testapi.TestListener
 
onTestSuccess(ITestResult) - Method in class org.pitest.testng.TestNGAdapter
 
openClassfile(Object, String) - Static method in class org.pitest.coverage.execute.JavassistCoverageInterceptor
 
openClassfile(Object, String) - Static method in class org.pitest.mutationtest.mocksupport.JavassistInterceptor
 
Or<A> - Class in org.pitest.functional.predicate
 
Or(Iterable<Predicate<A>>) - Constructor for class org.pitest.functional.predicate.Or
 
or(Predicate<A>...) - Static method in class org.pitest.functional.prelude.Prelude
 
or(Iterable<Predicate<A>>) - Static method in class org.pitest.functional.prelude.Prelude
 
or(Match<T>) - Method in interface org.pitest.sequence.Match
 
or(SequenceQuery<T>) - Method in class org.pitest.sequence.SequenceQuery
 
org.pitest.boot - package org.pitest.boot
 
org.pitest.bytecode - package org.pitest.bytecode
 
org.pitest.classinfo - package org.pitest.classinfo
 
org.pitest.classpath - package org.pitest.classpath
 
org.pitest.coverage - package org.pitest.coverage
 
org.pitest.coverage.analysis - package org.pitest.coverage.analysis
 
org.pitest.coverage.execute - package org.pitest.coverage.execute
 
org.pitest.dependency - package org.pitest.dependency
 
org.pitest.extension.common - package org.pitest.extension.common
 
org.pitest.functional - package org.pitest.functional
 
org.pitest.functional.predicate - package org.pitest.functional.predicate
 
org.pitest.functional.prelude - package org.pitest.functional.prelude
 
org.pitest.help - package org.pitest.help
 
org.pitest.junit - package org.pitest.junit
 
org.pitest.junit.adapter - package org.pitest.junit.adapter
 
org.pitest.mutationtest - package org.pitest.mutationtest
 
org.pitest.mutationtest.build - package org.pitest.mutationtest.build
 
org.pitest.mutationtest.config - package org.pitest.mutationtest.config
 
org.pitest.mutationtest.engine - package org.pitest.mutationtest.engine
 
org.pitest.mutationtest.engine.gregor - package org.pitest.mutationtest.engine.gregor
 
org.pitest.mutationtest.engine.gregor.analysis - package org.pitest.mutationtest.engine.gregor.analysis
 
org.pitest.mutationtest.engine.gregor.blocks - package org.pitest.mutationtest.engine.gregor.blocks
 
org.pitest.mutationtest.engine.gregor.config - package org.pitest.mutationtest.engine.gregor.config
 
org.pitest.mutationtest.engine.gregor.mutators - package org.pitest.mutationtest.engine.gregor.mutators
 
org.pitest.mutationtest.engine.gregor.mutators.experimental - package org.pitest.mutationtest.engine.gregor.mutators.experimental
 
org.pitest.mutationtest.engine.gregor.mutators.rv - package org.pitest.mutationtest.engine.gregor.mutators.rv
 
org.pitest.mutationtest.execute - package org.pitest.mutationtest.execute
 
org.pitest.mutationtest.mocksupport - package org.pitest.mutationtest.mocksupport
 
org.pitest.plugin - package org.pitest.plugin
 
org.pitest.reflection - package org.pitest.reflection
 
org.pitest.sequence - package org.pitest.sequence
 
org.pitest.testapi - package org.pitest.testapi
 
org.pitest.testapi.execute - package org.pitest.testapi.execute
 
org.pitest.testapi.execute.containers - package org.pitest.testapi.execute.containers
 
org.pitest.testng - package org.pitest.testng
 
org.pitest.util - package org.pitest.util
 
OtherClassLoaderClassPathRoot - Class in org.pitest.classpath
 
OtherClassLoaderClassPathRoot(ClassLoader) - Constructor for class org.pitest.classpath.OtherClassLoaderClassPathRoot
 
OUTCOME - Static variable in class org.pitest.util.Id
 

P

ParameterisedJUnitTestFinder - Class in org.pitest.junit
 
ParameterisedJUnitTestFinder() - Constructor for class org.pitest.junit.ParameterisedJUnitTestFinder
 
ParameterisedTestFilter - Class in org.pitest.junit
 
params() - Method in class org.pitest.plugin.Feature
 
params(Class<T>) - Static method in class org.pitest.sequence.QueryParams
 
params() - Static method in class org.pitest.sequence.QueryParams
 
parse(String) - Static method in class org.pitest.junit.JUnitVersion
 
parseFeatures(Collection<String>) - Method in class org.pitest.plugin.FeatureParser
 
PathFilter - Class in org.pitest.classpath
 
PathFilter(Predicate<ClassPathRoot>, Predicate<ClassPathRoot>) - Constructor for class org.pitest.classpath.PathFilter
 
PercentAndConstantTimeoutStrategy - Class in org.pitest.mutationtest.build
 
PercentAndConstantTimeoutStrategy(float, long) - Constructor for class org.pitest.mutationtest.build.PercentAndConstantTimeoutStrategy
 
pickFlags(byte[]) - Static method in class org.pitest.bytecode.FrameOptions
Java 7 and above require frame info for class version above 7.
PitError - Exception in org.pitest.util
 
PitError(String, Throwable) - Constructor for exception org.pitest.util.PitError
 
PitError(String) - Constructor for exception org.pitest.util.PitError
 
Pitest - Class in org.pitest.testapi.execute
 
Pitest(TestListener) - Constructor for class org.pitest.testapi.execute.Pitest
 
PitHelpError - Exception in org.pitest.help
 
PitHelpError(Help, Object...) - Constructor for exception org.pitest.help.PitHelpError
 
PoisonStatus - Enum in org.pitest.mutationtest.engine
 
position() - Method in class org.pitest.sequence.Context
 
Prelude - Class in org.pitest.functional.prelude
 
Prelude() - Constructor for class org.pitest.functional.prelude.Prelude
 
premain(String, Instrumentation) - Static method in class org.pitest.boot.HotSwapAgent
 
PrimitiveReturnsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
Replaces primitive return values with 0.
println() - Static method in class org.pitest.functional.prelude.Prelude
 
println(Class<T>) - Static method in class org.pitest.functional.prelude.Prelude
 
printlnTo(Class<T>, PrintStream) - Static method in class org.pitest.functional.prelude.Prelude
 
printlnTo(PrintStream) - Static method in class org.pitest.functional.prelude.Prelude
 
printlnWith(T) - Static method in class org.pitest.functional.prelude.Prelude
 
priority() - Method in class org.pitest.junit.JUnitCompatibleConfiguration
 
priority() - Method in interface org.pitest.testapi.Configuration
 
PROBE_FIELD_NAME - Static variable in class sun.pitest.CodeCoverageStore
 
PROBE_LENGTH_FIELD_NAME - Static variable in class sun.pitest.CodeCoverageStore
 
PROBE_METHOD_NAME - Static variable in class sun.pitest.CodeCoverageStore
 
PROBES - Static variable in class org.pitest.util.Id
 
ProjectClassPaths - Class in org.pitest.classpath
 
ProjectClassPaths(ClassPath, ClassFilter, PathFilter) - Constructor for class org.pitest.classpath.ProjectClassPaths
 
provides() - Method in interface org.pitest.plugin.ProvidesFeature
 
ProvidesFeature - Interface in org.pitest.plugin
 
publicFields(Class<?>) - Static method in class org.pitest.reflection.Reflection
 
publicMethod(Class<?>, Predicate<Method>) - Static method in class org.pitest.reflection.Reflection
 
publicMethod(Class<?>, String) - Static method in class org.pitest.reflection.Reflection
 
publicMethods(Class<?>, Predicate<Method>) - Static method in class org.pitest.reflection.Reflection
 
putToMap(Map<A, B>, B) - Static method in class org.pitest.functional.prelude.Prelude
 

Q

QueryParams<T> - Class in org.pitest.sequence
 
QueryStart<T> - Class in org.pitest.sequence
Start point for building sequence queries
QueryStart() - Constructor for class org.pitest.sequence.QueryStart
 

R

read() - Method in class org.pitest.sequence.Slot
 
read(Class<T>) - Method in class org.pitest.util.SafeDataInputStream
 
readBoolean() - Method in class org.pitest.util.SafeDataInputStream
 
readByte() - Method in class org.pitest.util.SafeDataInputStream
 
readBytes() - Method in class org.pitest.util.SafeDataInputStream
 
readClasspathManifest(File) - Static method in class org.pitest.util.ManifestUtils
 
readInt() - Method in class org.pitest.util.SafeDataInputStream
 
readLong() - Method in class org.pitest.util.SafeDataInputStream
 
readString() - Method in class org.pitest.util.SafeDataInputStream
 
ReceiveStrategy - Interface in org.pitest.util
 
recordTestOutcome(Description, boolean, int) - Method in interface org.pitest.coverage.CoverageReceiver
 
recordTestOutcome(Description, boolean, int) - Method in class org.pitest.coverage.execute.CoveragePipe
 
Reflection - Class in org.pitest.reflection
 
Reflection() - Constructor for class org.pitest.reflection.Reflection
 
registerClass(int, String) - Method in class org.pitest.coverage.execute.CoveragePipe
 
registerClass(String) - Static method in class sun.pitest.CodeCoverageStore
 
registerClass(int, String) - Method in interface sun.pitest.InvokeReceiver
 
registerCurrentLine(int) - Method in interface org.pitest.mutationtest.engine.gregor.MutationContext
 
registerFinallyBlockEnd() - Method in interface org.pitest.mutationtest.engine.gregor.blocks.BlockCounter
 
registerFinallyBlockEnd() - Method in class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
registerFinallyBlockStart() - Method in interface org.pitest.mutationtest.engine.gregor.blocks.BlockCounter
 
registerFinallyBlockStart() - Method in class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
registerMethod(int, String, String, int, int, Iterable<Block>) - Static method in class sun.pitest.CodeCoverageStore
 
registerMutation(MethodMutatorFactory, String) - Method in interface org.pitest.mutationtest.engine.gregor.MutationContext
 
registerNewBlock() - Method in interface org.pitest.mutationtest.engine.gregor.blocks.BlockCounter
 
registerNewBlock() - Method in class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
registerNewMethodStart() - Method in interface org.pitest.mutationtest.engine.gregor.blocks.BlockCounter
 
registerNewMethodStart() - Method in class org.pitest.mutationtest.engine.gregor.blocks.ConcreteBlockCounter
 
registerProbes(int) - Method in class org.pitest.coverage.CoverageClassVisitor
 
registerProbes(int, String, String, int, int, Iterable<Block>) - Method in class org.pitest.coverage.execute.CoveragePipe
 
registerProbes(int, String, String, int, int, Iterable<Block>) - Method in interface sun.pitest.InvokeReceiver
 
RemoveConditionalMutator - Class in org.pitest.mutationtest.engine.gregor.mutators
 
RemoveConditionalMutator(RemoveConditionalMutator.Choice, boolean) - Constructor for class org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator
 
RemoveConditionalMutator.Choice - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
RemoveIncrementsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.experimental
 
removesFeature() - Method in class org.pitest.plugin.FeatureSetting
 
RemoveSwitchMutator - Class in org.pitest.mutationtest.engine.gregor.mutators.experimental
Remove switch statements.
repeat(char, int) - Static method in class org.pitest.util.StringUtil
 
report(String) - Static method in class org.pitest.mutationtest.execute.CommandLineMessage
 
report(MutationIdentifier, MutationStatusTestPair) - Method in class org.pitest.mutationtest.execute.DefaultReporter
 
report(MutationIdentifier, MutationStatusTestPair) - Method in interface org.pitest.mutationtest.execute.Reporter
 
REPORT - Static variable in class org.pitest.util.Id
 
Reporter - Interface in org.pitest.mutationtest.execute
 
reset() - Static method in class sun.pitest.CodeCoverageStore
 
resetAllStaticState() - Static method in class sun.pitest.CodeCoverageStore
 
ResultCollector - Interface in org.pitest.testapi
 
ResultType - Enum in org.pitest.testapi.execute
 
retrieve(SlotRead<S>) - Method in class org.pitest.sequence.Context
 
ReturnValsMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 
ReturnValuesMutator - Class in org.pitest.mutationtest.engine.gregor.mutators.experimental
The ReturnValuesMutator mutates the return values of method calls.
ReturnValuesMutator() - Constructor for class org.pitest.mutationtest.engine.gregor.mutators.experimental.ReturnValuesMutator
 
ror() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
ROR1Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
ROR2Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
ROR3Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
ROR4Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
ROR5Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
 
run() - Method in class org.pitest.coverage.execute.CoverageWorker
 
run() - Method in class org.pitest.junit.adapter.CustomRunnerExecutor
 
run() - Method in class org.pitest.mutationtest.execute.MutationTestMinion
 
run(Collection<MutationDetails>, Reporter, TimeOutDecoratedTestSource) - Method in class org.pitest.mutationtest.execute.MutationTestWorker
 
run(Container, List<? extends TestUnit>) - Method in class org.pitest.testapi.execute.Pitest
 
run(Container, Configuration, Class<?>...) - Method in class org.pitest.testapi.execute.Pitest
Deprecated.
RunnerSuiteFinder - Class in org.pitest.junit
 
RunnerSuiteFinder() - Constructor for class org.pitest.junit.RunnerSuiteFinder
 

S

SafeDataInputStream - Class in org.pitest.util
 
SafeDataInputStream(InputStream) - Constructor for class org.pitest.util.SafeDataInputStream
 
SafeDataOutputStream - Class in org.pitest.util
 
SafeDataOutputStream(OutputStream) - Constructor for class org.pitest.util.SafeDataOutputStream
 
separatorLine(char) - Static method in class org.pitest.util.StringUtil
 
separatorLine() - Static method in class org.pitest.util.StringUtil
 
SequenceMatcher<T> - Interface in org.pitest.sequence
 
SequenceQuery<T> - Class in org.pitest.sequence
 
ServiceLoader - Class in org.pitest.util
Simple java 1.6 ServiceLoader like behaviour for 1.5 From http://stackoverflow .com/questions/251336/is-something-similar-to-serviceloader-in-java-1-5
ServiceLoader() - Constructor for class org.pitest.util.ServiceLoader
 
setMutant(Mutant) - Static method in class org.pitest.mutationtest.mocksupport.JavassistInterceptor
 
setVerbose(boolean) - Static method in class org.pitest.util.Log
 
shouldExit() - Method in class org.pitest.testapi.execute.containers.ConcreteResultCollector
 
shouldExit() - Method in class org.pitest.testapi.execute.ExitingResultCollector
 
shouldExit() - Method in interface org.pitest.testapi.ResultCollector
 
shouldMutate(MutationIdentifier) - Method in interface org.pitest.mutationtest.engine.gregor.MutationContext
 
shouldRun(Description) - Method in class org.pitest.junit.DescriptionFilter
 
shouldRun(Description) - Method in class org.pitest.junit.ParameterisedTestFilter
 
SideEffect - Interface in org.pitest.functional
 
skipFailingTests() - Method in class org.pitest.mutationtest.config.TestPluginArguments
 
skipped(TestResult) - Static method in enum org.pitest.testapi.execute.ResultType
 
Slot<T> - Class in org.pitest.sequence
 
Slot() - Constructor for class org.pitest.sequence.Slot
 
SlotRead<T> - Class in org.pitest.sequence
 
SlotRead(Slot<T>) - Constructor for class org.pitest.sequence.SlotRead
 
SlotWrite<T> - Class in org.pitest.sequence
 
SlotWrite(Slot<T>) - Constructor for class org.pitest.sequence.SlotWrite
 
splitToLength(int, Iterable<T>) - Static method in class org.pitest.functional.FCollection
 
start(List<T>) - Static method in class org.pitest.sequence.Context
 
start(List<T>, boolean) - Static method in class org.pitest.sequence.Context
 
started(TestResult) - Static method in enum org.pitest.testapi.execute.ResultType
 
startsWith(String) - Static method in class org.pitest.util.Functions
 
status() - Method in class org.pitest.mutationtest.execute.CheckTestHasFailedResultListener
 
status() - Method in class org.pitest.plugin.FeatureSetting
 
store(SlotWrite<S>, S) - Method in class org.pitest.sequence.Context
 
Streams - Class in org.pitest.functional
 
Streams() - Constructor for class org.pitest.functional.Streams
 
streamToByteArray(InputStream) - Static method in class org.pitest.util.StreamUtil
 
StreamUtil - Class in org.pitest.util
 
StreamUtil() - Constructor for class org.pitest.util.StreamUtil
 
stringToClassName() - Static method in class org.pitest.classinfo.ClassName
 
stringToEnum(Class<T>) - Static method in class org.pitest.util.Functions
 
StringUtil - Class in org.pitest.util
 
StringUtil() - Constructor for class org.pitest.util.StringUtil
 
Substitution(int, String) - Constructor for class org.pitest.mutationtest.engine.gregor.AbstractJumpMutator.Substitution
 
success(TestResult) - Static method in enum org.pitest.testapi.execute.ResultType
 
sun.pitest - package sun.pitest
 
SwitchMutator - Class in org.pitest.mutationtest.engine.gregor.mutators.experimental
Mutate switch statements.
SwitchMutator() - Constructor for class org.pitest.mutationtest.engine.gregor.mutators.experimental.SwitchMutator
 

T

takesNoParameters() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
test() - Method in class org.pitest.classpath.ProjectClassPaths
 
test(DependencyAccess) - Method in class org.pitest.dependency.IgnoreCoreClasses
 
test(A) - Method in class org.pitest.functional.predicate.And
 
test(A) - Method in class org.pitest.functional.predicate.False
 
test(A) - Method in class org.pitest.functional.predicate.Or
 
test(AccessibleObject) - Method in class org.pitest.reflection.IsAnnotatedWith
 
test(Context<T>, T) - Method in interface org.pitest.sequence.Match
 
test(String) - Method in class org.pitest.util.Glob
 
TestGroupConfig - Class in org.pitest.testapi
 
TestGroupConfig(List<String>, List<String>) - Constructor for class org.pitest.testapi.TestGroupConfig
 
TestGroupConfig() - Constructor for class org.pitest.testapi.TestGroupConfig
 
TestInfo - Class in org.pitest.coverage
 
TestInfo(String, String, int, Optional<ClassName>, int) - Constructor for class org.pitest.coverage.TestInfo
 
TestListener - Interface in org.pitest.testapi
 
TestNGAdapter - Class in org.pitest.testng
 
TestNGAdapter(Class<?>, Description, ResultCollector) - Constructor for class org.pitest.testng.TestNGAdapter
 
TestNGConfiguration - Class in org.pitest.testng
 
TestNGConfiguration(TestGroupConfig, Collection<String>) - Constructor for class org.pitest.testng.TestNGConfiguration
 
TestNGPlugin - Class in org.pitest.testng
 
TestNGPlugin() - Constructor for class org.pitest.testng.TestNGPlugin
 
TestNGTestUnit - Class in org.pitest.testng
Runs tests within a class via TestNG.
TestNGTestUnit(Class<?>, TestGroupConfig, Collection<String>) - Constructor for class org.pitest.testng.TestNGTestUnit
 
TestNGTestUnitFinder - Class in org.pitest.testng
 
TestNGTestUnitFinder(TestGroupConfig, Collection<String>) - Constructor for class org.pitest.testng.TestNGTestUnitFinder
 
TestPluginArguments - Class in org.pitest.mutationtest.config
 
TestPluginArguments(String, TestGroupConfig, Collection<String>, Collection<String>, boolean) - Constructor for class org.pitest.mutationtest.config.TestPluginArguments
 
TestPluginFactory - Interface in org.pitest.testapi
 
TestResult - Class in org.pitest.testapi
 
TestResult(Description, Throwable) - Constructor for class org.pitest.testapi.TestResult
 
TestResult(Description, Throwable, TestUnitState) - Constructor for class org.pitest.testapi.TestResult
 
testSuiteFinder() - Method in class org.pitest.junit.JUnitCompatibleConfiguration
 
testSuiteFinder() - Method in interface org.pitest.testapi.Configuration
 
TestSuiteFinder - Interface in org.pitest.testapi
 
testSuiteFinder() - Method in class org.pitest.testng.TestNGConfiguration
 
TestUnit - Interface in org.pitest.testapi
 
TestUnitDecorator - Class in org.pitest.extension.common
 
TestUnitDecorator(TestUnit) - Constructor for class org.pitest.extension.common.TestUnitDecorator
 
testUnitFinder() - Method in class org.pitest.junit.JUnitCompatibleConfiguration
 
testUnitFinder() - Method in interface org.pitest.testapi.Configuration
 
TestUnitFinder - Interface in org.pitest.testapi
 
testUnitFinder() - Method in class org.pitest.testng.TestNGConfiguration
 
TestUnitState - Enum in org.pitest.testapi
 
then(Match<T>) - Method in class org.pitest.sequence.SequenceQuery
 
then(SequenceQuery<T>) - Method in class org.pitest.sequence.SequenceQuery
 
thenAnyOf(SequenceQuery<T>, SequenceQuery<T>) - Method in class org.pitest.sequence.SequenceQuery
 
TimeOutDecoratedTestSource - Class in org.pitest.mutationtest.execute
 
TimeOutDecoratedTestSource(TimeoutLengthStrategy, List<TestUnit>, Reporter) - Constructor for class org.pitest.mutationtest.execute.TimeOutDecoratedTestSource
 
TimeoutLengthStrategy - Interface in org.pitest.mutationtest
 
TimeOutSystemExitSideEffect - Class in org.pitest.mutationtest.execute
 
TimeOutSystemExitSideEffect(Reporter) - Constructor for class org.pitest.mutationtest.execute.TimeOutSystemExitSideEffect
 
toCachingRoot() - Static method in class org.pitest.classpath.NameCachingRoot
 
toClassName() - Static method in class org.pitest.classinfo.ClassInfo
 
toDefiningClassName() - Static method in class org.pitest.coverage.TestInfo
 
toFullClassId() - Static method in class org.pitest.classinfo.ClassInfo
 
ToggleStatus - Enum in org.pitest.plugin
 
toGlobPredicate() - Static method in class org.pitest.util.Glob
 
toGlobPredicates(Collection<String>) - Static method in class org.pitest.util.Glob
 
toName() - Static method in class org.pitest.coverage.TestInfo
 
ToolClasspathPlugin - Interface in org.pitest.plugin
Plugins that do not need to be available at runtime should implement this interface
toString() - Method in class org.pitest.classinfo.ClassInfo
 
toString() - Method in class org.pitest.classinfo.ClassName
 
toString() - Method in class org.pitest.classinfo.HierarchicalClassId
 
toString() - Method in class org.pitest.classpath.ArchiveClassPathRoot
 
toString() - Method in class org.pitest.coverage.analysis.Block
 
toString() - Method in class org.pitest.coverage.BlockLocation
 
toString() - Method in class org.pitest.coverage.ClassLine
 
toString() - Method in class org.pitest.coverage.CoverageResult
 
toString() - Method in class org.pitest.coverage.TestInfo
 
toString() - Method in enum org.pitest.help.Help
 
toString() - Method in class org.pitest.junit.adapter.AdaptedJUnitTestUnit
 
toString() - Method in class org.pitest.junit.DescriptionFilter
 
toString() - Method in class org.pitest.junit.JUnitVersion
 
toString() - Method in class org.pitest.mutationtest.engine.gregor.GregorMutationEngine
 
toString() - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
toString() - Method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.BigIntegerMutator
 
toString() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator
 
toString() - Method in class org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveSwitchMutator
 
toString() - Method in class org.pitest.mutationtest.engine.gregor.mutators.InlineConstantMutator
 
toString() - Method in class org.pitest.mutationtest.engine.Location
 
toString() - Method in class org.pitest.mutationtest.engine.MethodName
 
toString() - Method in class org.pitest.mutationtest.engine.MutationDetails
 
toString() - Method in class org.pitest.mutationtest.engine.MutationIdentifier
 
toString() - Method in class org.pitest.mutationtest.execute.MutationTestWorker
 
toString() - Method in class org.pitest.mutationtest.MutationStatusTestPair
 
toString() - Method in class org.pitest.testapi.Description
 
toString() - Method in class org.pitest.testapi.TestGroupConfig
 
toString() - Method in class org.pitest.testapi.TestResult
 
toString() - Method in class org.pitest.util.Glob
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.pitest.coverage.CoverageTransformer
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.pitest.mutationtest.mocksupport.BendJavassistToMyWillTransformer
 
translateCheckedException(Throwable) - Static method in class org.pitest.util.Unchecked
 
translateCheckedException(String, Throwable) - Static method in class org.pitest.util.Unchecked
 
translateTests(List<TestInfo>) - Method in class org.pitest.mutationtest.execute.TimeOutDecoratedTestSource
 

U

Unchecked - Class in org.pitest.util
 
Unchecked() - Constructor for class org.pitest.util.Unchecked
 
UnContainer - Class in org.pitest.testapi.execute.containers
 
UnContainer() - Constructor for class org.pitest.testapi.execute.containers.UnContainer
 
UnviableClassMutator - Class in org.pitest.mutationtest
 
UnviableClassMutator() - Constructor for class org.pitest.mutationtest.UnviableClassMutator
 
uoi() - Static method in class org.pitest.mutationtest.engine.gregor.config.Mutator
 
UOI1Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutation operator changing (a) to (a++)
UOI2Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutation operator changing (a) to (a--)
UOI3Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutation operator changing (a) to (++a)
UOI4Mutator - Enum in org.pitest.mutationtest.engine.gregor.mutators.rv
Mutation operator changing (a) to (--a)

V

valueOf(String) - Static method in enum org.pitest.classinfo.BridgeMethodFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.help.Help
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.DetectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ArgumentPropagationMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ConstructorCallMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.BigIntegerMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveIncrementsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.IncrementsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.InvertNegsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.MathMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator.Choice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ABSMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD1Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD2Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR1Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR2Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR3Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR4Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR1Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR2Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR3Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR4Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR5Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR6Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN1Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN2Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN3Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR1Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR2Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR3Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR4Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR5Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI1Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI2Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI3Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI4Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.mutationtest.engine.PoisonStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.plugin.ToggleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.testapi.execute.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.testapi.TestUnitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pitest.util.ExitCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pitest.classinfo.BridgeMethodFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.help.Help
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.DetectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ArgumentPropagationMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ConstructorCallMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.BigIntegerMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.experimental.RemoveIncrementsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.IncrementsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.InvertNegsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.MathMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator.Choice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ABSMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD1Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOD2Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR1Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR2Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR3Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.AOR4Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR1Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR2Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR3Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR4Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR5Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.CRCR6Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN1Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN2Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.OBBN3Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR1Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR2Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR3Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR4Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.ROR5Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI1Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI2Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI3Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.rv.UOI4Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.mutationtest.engine.PoisonStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.plugin.ToggleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.testapi.execute.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.testapi.TestUnitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pitest.util.ExitCode
Returns an array containing the constants of this enum type, in the order they are declared.
verifyEnvironment() - Method in class org.pitest.junit.JUnitCompatibleConfiguration
 
verifyEnvironment() - Method in interface org.pitest.testapi.Configuration
 
verifyEnvironment() - Method in class org.pitest.testng.TestNGConfiguration
 
visit(String, Object) - Method in class org.pitest.bytecode.NullVisitor.NullAnnotationVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.pitest.bytecode.NullVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.pitest.classinfo.ClassInfoVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.pitest.coverage.CoverageClassVisitor
 
visitAnnotation(String, String) - Method in class org.pitest.bytecode.NullVisitor.NullAnnotationVisitor
 
visitAnnotation(String, boolean) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitAnnotation(String, boolean) - Method in class org.pitest.bytecode.NullVisitor
 
visitAnnotation(String, boolean) - Method in class org.pitest.classinfo.ClassInfoVisitor
 
visitAnnotationDefault() - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitArray(String) - Method in class org.pitest.bytecode.NullVisitor.NullAnnotationVisitor
 
visitAttribute(Attribute) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitAttribute(Attribute) - Method in class org.pitest.bytecode.NullVisitor
 
visitCode() - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitEnd() - Method in class org.pitest.bytecode.NullVisitor.NullAnnotationVisitor
 
visitEnd() - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitEnd() - Method in class org.pitest.bytecode.NullVisitor
 
visitEnd() - Method in class org.pitest.coverage.analysis.CoverageAnalyser
 
visitEnd() - Method in class org.pitest.coverage.CoverageClassVisitor
 
visitEnd() - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitEnd() - Method in class org.pitest.mutationtest.engine.gregor.blocks.BlockTrackingMethodDecorator
 
visitEnum(String, String, String) - Method in class org.pitest.bytecode.NullVisitor.NullAnnotationVisitor
 
visitField(int, String, String, String, Object) - Method in class org.pitest.bytecode.NullVisitor
 
visitField(int, String, String, String, Object) - Method in class org.pitest.coverage.CoverageClassVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.pitest.coverage.analysis.ArrayProbeCoverageMethodVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.pitest.mutationtest.engine.gregor.AvoidAssertsMethodAdapter
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitIincInsn(int, int) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitIincInsn(int, int) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.pitest.bytecode.NullVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.pitest.classinfo.ClassInfoVisitor
 
visitInsn(int) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitInsn(int) - Method in class org.pitest.mutationtest.engine.gregor.AbstractInsnMutator
 
visitInsn(int) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitInsn(int) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitInsn(int) - Method in class org.pitest.mutationtest.engine.gregor.mutators.rv.AbstractCRCRVisitor
 
visitIntInsn(int, int) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitIntInsn(int, int) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitIntInsn(int, int) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitIntInsn(int, int) - Method in class org.pitest.mutationtest.engine.gregor.mutators.rv.AbstractCRCRVisitor
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitJumpInsn(int, Label) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitJumpInsn(int, Label) - Method in class org.pitest.mutationtest.engine.gregor.AbstractJumpMutator
 
visitJumpInsn(int, Label) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitJumpInsn(int, Label) - Method in class org.pitest.mutationtest.engine.gregor.AvoidAssertsMethodAdapter
 
visitJumpInsn(int, Label) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitLabel(Label) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitLabel(Label) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitLabel(Label) - Method in class org.pitest.mutationtest.engine.gregor.AvoidAssertsMethodAdapter
 
visitLabel(Label) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitLdcInsn(Object) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitLdcInsn(Object) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitLdcInsn(Object) - Method in class org.pitest.mutationtest.engine.gregor.mutators.rv.AbstractCRCRVisitor
 
visitLineNumber(int, Label) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitLineNumber(int, Label) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitLineNumber(int, Label) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitLineNumber(int, Label) - Method in class org.pitest.mutationtest.engine.gregor.LineTrackingMethodVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitMaxs(int, int) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.pitest.bytecode.NullVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.pitest.classinfo.MethodFilteringAdapter
 
visitMethod(int, String, String, String, String[]) - Method in class org.pitest.mutationtest.mocksupport.JavassistInputStreamInterceptorAdapater
 
visitMethodIfRequired(int, String, String, String, String[], MethodVisitor) - Method in class org.pitest.classinfo.ClassInfoVisitor
 
visitMethodIfRequired(int, String, String, String, String[], MethodVisitor) - Method in class org.pitest.classinfo.MethodFilteringAdapter
 
visitMethodIfRequired(int, String, String, String, String[], MethodVisitor) - Method in class org.pitest.coverage.CoverageClassVisitor
 
visitMethodInsn(int, String, String, String) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitMethodInsn(int, String, String, String, boolean) - Method in class org.pitest.coverage.analysis.ArrayProbeCoverageMethodVisitor
 
visitMethodInsn(int, String, String, String, boolean) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitMethodInsn(int, String, String, String, boolean) - Method in class org.pitest.mutationtest.engine.gregor.AvoidAssertsMethodAdapter
 
visitMethodInsn(int, String, String, String, boolean) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitOuterClass(String, String, String) - Method in class org.pitest.bytecode.NullVisitor
 
visitOuterClass(String, String, String) - Method in class org.pitest.classinfo.ClassInfoVisitor
 
visitParameterAnnotation(int, String, boolean) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitSource(String, String) - Method in class org.pitest.bytecode.NullVisitor
 
visitSource(String, String) - Method in class org.pitest.classinfo.ClassInfoVisitor
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.pitest.mutationtest.engine.gregor.AvoidStringSwitchedMethodAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitTypeInsn(int, String) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitTypeInsn(int, String) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
visitVarInsn(int, int) - Method in class org.pitest.bytecode.NullVisitor.NullMethodVisitor
 
visitVarInsn(int, int) - Method in class org.pitest.mutationtest.engine.gregor.analysis.InstructionTrackingMethodVisitor
 
VoidMethodCallMutator - Enum in org.pitest.mutationtest.engine.gregor.mutators
 

W

withAccess(int) - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
withDebug(boolean) - Method in class org.pitest.sequence.QueryParams
 
withDescription(String) - Method in class org.pitest.mutationtest.engine.MutationDetails
 
withDescription(String) - Method in class org.pitest.plugin.Feature
 
withDescription(String) - Method in class org.pitest.plugin.FeatureParameter
 
withExcludedGroups(String...) - Method in class org.pitest.testapi.TestGroupConfig
 
withExcludedMethods(Collection<String>) - Method in class org.pitest.mutationtest.EngineArguments
 
withIgnores(Match<T>) - Method in class org.pitest.sequence.QueryParams
 
withIncludedGroups(String...) - Method in class org.pitest.testapi.TestGroupConfig
 
withMethodDescriptor(String) - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
withMethodName(String) - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
withMutators(Collection<String>) - Method in class org.pitest.mutationtest.EngineArguments
 
withOnByDefault(boolean) - Method in class org.pitest.plugin.Feature
 
withoutPrefixChars(int) - Method in class org.pitest.classinfo.ClassName
 
withoutSuffixChars(int) - Method in class org.pitest.classinfo.ClassName
 
withOwner(ClassInfo) - Method in class org.pitest.mutationtest.engine.gregor.MethodInfo
 
withParameter(FeatureParameter) - Method in class org.pitest.plugin.Feature
 
withPoisonStatus(PoisonStatus) - Method in class org.pitest.mutationtest.engine.MutationDetails
 
withTestPlugin(String) - Method in class org.pitest.mutationtest.config.TestPluginArguments
 
write() - Method in class org.pitest.sequence.Slot
 
write(T) - Method in class org.pitest.util.SafeDataOutputStream
 
writeBoolean(boolean) - Method in class org.pitest.util.SafeDataOutputStream
 
writeByte(byte) - Method in class org.pitest.util.SafeDataOutputStream
 
writeBytes(byte[]) - Method in class org.pitest.util.SafeDataOutputStream
 
writeInt(int) - Method in class org.pitest.util.SafeDataOutputStream
 
writeLong(long) - Method in class org.pitest.util.SafeDataOutputStream
 
writeString(String) - Method in class org.pitest.util.SafeDataOutputStream
 

Z

ZeroOperandMutation - Interface in org.pitest.mutationtest.engine.gregor
 
zeroOrMore(SequenceQuery<T>) - Method in class org.pitest.sequence.SequenceQuery
 
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2021 org.pitest. All rights reserved.