Home
last modified time | relevance | path

Searched refs:onViolation (Results 1 – 6 of 6) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DIViolationsOutput.java34 void onViolation(ICoverageNode node, Rule rule, Limit limit, String message); in onViolation() method
DBundleChecker.java144 output.onViolation(node, rule, limit, String.format( in checkLimit()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DCheckMojo.java203 public void onViolation(final ICoverageNode node, final Rule rule, in onViolation() method in CheckMojo
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DRulesCheckerTest.java98 public void onViolation(ICoverageNode node, Rule rule, Limit limit, in onViolation() method in RulesCheckerTest
DBundleCheckerTest.java155 public void onViolation(ICoverageNode node, Rule rule, Limit limit, in onViolation() method in BundleCheckerTest
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java394 public void onViolation(final ICoverageNode node, final Rule rule, in onViolation() method in ReportTask.CheckFormatterElement