public interface IViolationsOutput
| Modifier and Type | Method and Description |
|---|---|
void |
onViolation(org.jacoco.core.analysis.ICoverageNode node,
Rule rule,
Limit limit,
String message)
Called for every rule violation.
|
void onViolation(org.jacoco.core.analysis.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 © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.