Uses of Interface
org.pitest.mutationtest.build.TestPrioritiser
-
Packages that use TestPrioritiser Package Description org.pitest.mutationtest.build -
-
Uses of TestPrioritiser in org.pitest.mutationtest.build
Classes in org.pitest.mutationtest.build that implement TestPrioritiser Modifier and Type Class Description classDefaultTestPrioritiserAssigns tests based on line coverage and order them by execution speed with a weighting towards tests whose names imply they are intended to test the mutated classMethods in org.pitest.mutationtest.build that return TestPrioritiser Modifier and Type Method Description TestPrioritiserDefaultTestPrioritiserFactory. makeTestPrioritiser(Properties props, CodeSource code, CoverageDatabase coverage)TestPrioritiserTestPrioritiserFactory. makeTestPrioritiser(Properties props, CodeSource code, CoverageDatabase coverage)TestPrioritiserInterceptorParameters. testPrioritiser()Methods in org.pitest.mutationtest.build with parameters of type TestPrioritiser Modifier and Type Method Description CompoundMutationInterceptorCompoundInterceptorFactory. createInterceptor(ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code)Constructors in org.pitest.mutationtest.build with parameters of type TestPrioritiser Constructor Description InterceptorParameters(FeatureSetting conf, ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser)Deprecated.InterceptorParameters(FeatureSetting conf, ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code)MutationSource(MutationConfig mutationConfig, TestPrioritiser testPrioritiser, ClassByteArraySource source, MutationInterceptor interceptor)
-