Uses of Class
org.pitest.mutationtest.verify.BuildMessage
-
Packages that use BuildMessage Package Description org.pitest.mutationtest org.pitest.mutationtest.tooling org.pitest.mutationtest.verify -
-
Uses of BuildMessage in org.pitest.mutationtest
Methods in org.pitest.mutationtest that return types with arguments of type BuildMessage Modifier and Type Method Description List<BuildMessage>ListenerArguments. issues()Constructor parameters in org.pitest.mutationtest with type arguments of type BuildMessage Constructor Description ListenerArguments(ResultOutputStrategy outputStrategy, ReportCoverage coverage, SourceLocator locator, MutationEngine engine, long startTime, boolean fullMutationMatrix, ReportOptions data, List<BuildMessage> issues) -
Uses of BuildMessage in org.pitest.mutationtest.tooling
Methods in org.pitest.mutationtest.tooling that return types with arguments of type BuildMessage Modifier and Type Method Description List<BuildMessage>CombinedStatistics. getIssues()Constructor parameters in org.pitest.mutationtest.tooling with type arguments of type BuildMessage Constructor Description CombinedStatistics(MutationStatistics mutationStatistics, CoverageSummary coverageSummary, List<BuildMessage> issues) -
Uses of BuildMessage in org.pitest.mutationtest.verify
Methods in org.pitest.mutationtest.verify that return BuildMessage Modifier and Type Method Description static BuildMessageBuildMessage. buildMessage(String text)Methods in org.pitest.mutationtest.verify that return types with arguments of type BuildMessage Modifier and Type Method Description default List<BuildMessage>BuildVerifier. verifyBuild()List<BuildMessage>DefaultBuildVerifier. verifyBuild()Methods in org.pitest.mutationtest.verify with parameters of type BuildMessage Modifier and Type Method Description intBuildMessage. compareTo(BuildMessage o)
-