public interface IViolationsOutput
Modifier and Type | Method and Description |
---|---|
void |
onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message)
Called for every rule violation.
|
void onViolation(ICoverageNode node, Rule rule, Limit limit, String message)
node
- node which violates a rulerule
- rule which is violatedlimit
- limit which is violatedmessage
- readable message describing this violationCopyright © 2020. All rights reserved.