org.jacoco.report.check
Interface IViolationsOutput


public interface IViolationsOutput

Call-back interface which is used to report rule violations to.


Method Summary
 void onViolation(ICoverageNode node, Rule rule, Limit limit, String message)
          Called for every rule violation.
 

Method Detail

onViolation

void onViolation(ICoverageNode node,
                 Rule rule,
                 Limit limit,
                 String message)
Called for every rule violation.

Parameters:
node - node which violates a rule
rule - rule which is violated
limit - limit which is violated
message - readable message describing this violation


Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.