A Constraint that enforces a line coverage minimum. More...
Inheritance diagram for LineCoverage:Public Member Functions | |
| def | __init__ |
| def | satisfied_by |
Public Member Functions inherited from Constraint | |
| def | is_of_type |
| Returns whether the Constraint is considered to be of a certain constraint type. More... | |
| def | satisfied_by |
| Returns whether the Constraint is satisfied by some item under coverage. More... | |
| def | applies_to |
| Returns whether the Constraint should be applied to an item under coverage. More... | |
Public Attributes | |
| minimumCoverage | |
A Constraint that enforces a line coverage minimum.
| def __init__ | ( | self, | |
| minimumCoverage | |||
| ) |
| def satisfied_by | ( | self, | |
| item | |||
| ) |
| minimumCoverage |