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