Package | Description |
---|---|
org.jacoco.ant | |
org.jacoco.report.check |
Rules check implementation.
|
Modifier and Type | Method and Description |
---|---|
Rule |
ReportTask.CheckFormatterElement.createRule()
Creates and adds a new rule.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportTask.CheckFormatterElement.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
IViolationsOutput.onViolation(ICoverageNode node,
Rule rule,
Limit limit,
String message)
Called for every rule violation.
|
Modifier and Type | Method and Description |
---|---|
void |
RulesChecker.setRules(List<Rule> rules)
Sets the rules to check by this formatter.
|
Copyright © 2017. All rights reserved.