Uses of Interface
org.pitest.mutationtest.build.MutationAnalysisUnit
-
Packages that use MutationAnalysisUnit Package Description org.pitest.mutationtest.build org.pitest.mutationtest.execute -
-
Uses of MutationAnalysisUnit in org.pitest.mutationtest.build
Classes in org.pitest.mutationtest.build that implement MutationAnalysisUnit Modifier and Type Class Description classDryRunUnitclassKnownStatusMutationTestUnitclassMutationTestUnitMethods in org.pitest.mutationtest.build that return types with arguments of type MutationAnalysisUnit Modifier and Type Method Description List<MutationAnalysisUnit>MutationTestBuilder. createMutationTestUnits(Collection<ClassName> codeClasses) -
Uses of MutationAnalysisUnit in org.pitest.mutationtest.execute
Method parameters in org.pitest.mutationtest.execute with type arguments of type MutationAnalysisUnit Modifier and Type Method Description voidMutationAnalysisExecutor. run(List<MutationAnalysisUnit> testUnits)
-