Uses of Interface
org.pitest.classpath.CodeSource
-
-
Uses of CodeSource in org.pitest.classpath
Classes in org.pitest.classpath that implement CodeSource Modifier and Type Class Description classDefaultCodeSourceMethods in org.pitest.classpath that return CodeSource Modifier and Type Method Description CodeSourceCodeSourceFactory. createCodeSource(ProjectClassPaths classPath) -
Uses of CodeSource in org.pitest.coverage
Constructors in org.pitest.coverage with parameters of type CodeSource Constructor Description CoverageData(CodeSource code, LineMap lm, int testCount)LegacyClassCoverage(CodeSource code, LineMap lm) -
Uses of CodeSource in org.pitest.coverage.execute
Constructors in org.pitest.coverage.execute with parameters of type CodeSource Constructor Description DefaultCoverageGenerator(File workingDir, CoverageOptions coverageOptions, LaunchOptions launchOptions, CodeSource code, CoverageExporter exporter, TestStatListener testStats, Timings timings, Verbosity verbosity) -
Uses of CodeSource in org.pitest.mutationtest
Methods in org.pitest.mutationtest that return CodeSource Modifier and Type Method Description CodeSourceHistoryParams. code()Constructors in org.pitest.mutationtest with parameters of type CodeSource Constructor Description HistoryParams(FeatureSelector conf, CodeSource code) -
Uses of CodeSource in org.pitest.mutationtest.build
Methods in org.pitest.mutationtest.build that return CodeSource Modifier and Type Method Description CodeSourceInterceptorParameters. code()Methods in org.pitest.mutationtest.build with parameters of type CodeSource Modifier and Type Method Description CoverageTransformerCoverageTransformerFactory. create(CodeSource source)CompoundMutationInterceptorCompoundInterceptorFactory. createInterceptor(ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code)voidCompoundMutationInterceptor. initialise(CodeSource code)default voidMutationInterceptor. initialise(CodeSource code)Called once per instance prior to interceptingMutationGrouperDefaultMutationGrouperFactory. makeFactory(Properties props, CodeSource codeSource, int numberOfThreads, int unitSize)MutationGrouperMutationGrouperFactory. makeFactory(Properties props, CodeSource codeSource, int numberOfThreads, int unitSize)TestPrioritiserDefaultTestPrioritiserFactory. makeTestPrioritiser(Properties props, CodeSource code, CoverageDatabase coverage)TestPrioritiserTestPrioritiserFactory. makeTestPrioritiser(Properties props, CodeSource code, CoverageDatabase coverage)Constructors in org.pitest.mutationtest.build with parameters of type CodeSource Constructor Description InterceptorParameters(FeatureSetting conf, ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code) -
Uses of CodeSource in org.pitest.mutationtest.build.intercept.staticinitializers
Methods in org.pitest.mutationtest.build.intercept.staticinitializers with parameters of type CodeSource Modifier and Type Method Description Set<String>FunctionalInterfaceScanner. apply(CodeSource codeSource) -
Uses of CodeSource in org.pitest.mutationtest.config
Methods in org.pitest.mutationtest.config that return CodeSource Modifier and Type Method Description CodeSourceSettingsFactory. createCodeSource(ProjectClassPaths classPath)Methods in org.pitest.mutationtest.config with parameters of type CodeSource Modifier and Type Method Description CoverageTransformerSettingsFactory. createCoverageTransformer(CodeSource code) -
Uses of CodeSource in org.pitest.mutationtest.incremental
Constructors in org.pitest.mutationtest.incremental with parameters of type CodeSource Constructor Description ObjectOutputStreamHistory(CodeSource code, WriterFactory output, Optional<Reader> input) -
Uses of CodeSource in org.pitest.mutationtest.tooling
Constructors in org.pitest.mutationtest.tooling with parameters of type CodeSource Constructor Description MutationCoverage(MutationStrategies strategies, File baseDir, CodeSource code, ReportOptions data, SettingsFactory settings, Timings timings) -
Uses of CodeSource in org.pitest.mutationtest.verify
Methods in org.pitest.mutationtest.verify that return CodeSource Modifier and Type Method Description CodeSourceBuildVerifierArguments. code()Methods in org.pitest.mutationtest.verify with parameters of type CodeSource Modifier and Type Method Description default BuildVerifierBuildVerifierFactory. create(CodeSource code)Deprecated.BuildVerifierDefaultBuildVerifierFactory. create(CodeSource code)BuildVerifierKotlinVerifierFactory. create(CodeSource code)BuildVerifierMissingJUnit5PluginVerifierFactory. create(CodeSource code)BuildVerifierMissingTestNGPluginVerifierFactory. create(CodeSource code)BuildVerifierSpringVerifierFactory. create(CodeSource code)Constructors in org.pitest.mutationtest.verify with parameters of type CodeSource Constructor Description BuildVerifierArguments(CodeSource code, ReportOptions data)DefaultBuildVerifier(CodeSource code)
-