Uses of Interface
org.pitest.mutationtest.build.MutationInterceptorFactory
-
-
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build
Constructor parameters in org.pitest.mutationtest.build with type arguments of type MutationInterceptorFactory Constructor Description CompoundInterceptorFactory(List<FeatureSetting> features, Collection<MutationInterceptorFactory> filters) -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.annotations
Classes in org.pitest.mutationtest.build.intercept.annotations that implement MutationInterceptorFactory Modifier and Type Class Description classExcludedAnnotationInterceptorFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.defensive
Classes in org.pitest.mutationtest.build.intercept.defensive that implement MutationInterceptorFactory Modifier and Type Class Description classUnmodifiableCollectionFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.equivalent
Classes in org.pitest.mutationtest.build.intercept.equivalent that implement MutationInterceptorFactory Modifier and Type Class Description classDivisionByMinusOneFilterFactoryclassEqualsPerformanceShortcutFilterFactoryclassEquivalentReturnMutationFilterTightly coupled to the PrimitiveReturnsMutator and EmptyObjectReturnValsMutator - removes trivially equivalent mutants generated by these. -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.exclude
Classes in org.pitest.mutationtest.build.intercept.exclude that implement MutationInterceptorFactory Modifier and Type Class Description classFirstLineInterceptorFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.groovy
Classes in org.pitest.mutationtest.build.intercept.groovy that implement MutationInterceptorFactory Modifier and Type Class Description classGroovyFilterFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.javafeatures
Classes in org.pitest.mutationtest.build.intercept.javafeatures that implement MutationInterceptorFactory Modifier and Type Class Description classAssertionsFilterFactoryclassEnumFilterFactoryclassEnumSwitchFilterFactoryclassForEachLoopFilterFactoryclassImplicitNullCheckFilterFactoryclassInlinedFinallyBlockFilterFactoryclassMethodReferenceNullCheckFilterFactoryclassRecordFilterFactoryclassStringSwitchFilterFactoryclassTryWithResourcesFilterFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.kotlin
Classes in org.pitest.mutationtest.build.intercept.kotlin that implement MutationInterceptorFactory Modifier and Type Class Description classKotlinFilterFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.logging
Classes in org.pitest.mutationtest.build.intercept.logging that implement MutationInterceptorFactory Modifier and Type Class Description classLoggingCallsFilterFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.lombok
Classes in org.pitest.mutationtest.build.intercept.lombok that implement MutationInterceptorFactory Modifier and Type Class Description classLombokFilter -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.staticinitializers
Classes in org.pitest.mutationtest.build.intercept.staticinitializers that implement MutationInterceptorFactory Modifier and Type Class Description classStaticInitializerInterceptorFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.build.intercept.timeout
Classes in org.pitest.mutationtest.build.intercept.timeout that implement MutationInterceptorFactory Modifier and Type Class Description classAvoidForLoopCountersFilterFactoryclassInfiniteForLoopFilterFactoryclassInfiniteIteratorLoopFilterFactory -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config that return types with arguments of type MutationInterceptorFactory Modifier and Type Method Description Collection<MutationInterceptorFactory>PluginServices. findInterceptors() -
Uses of MutationInterceptorFactory in org.pitest.mutationtest.filter
Classes in org.pitest.mutationtest.filter that implement MutationInterceptorFactory Modifier and Type Class Description classLimitNumberOfMutationsPerClassFilterFactory -
Uses of MutationInterceptorFactory in org.pitest.plugin.export
Classes in org.pitest.plugin.export that implement MutationInterceptorFactory Modifier and Type Class Description classMutantExportFactory
-