Interface IRuleCoverage
-
- All Known Implementing Classes:
BusinessRuleCoverage
,DecisionTableCoverage
,ExpressionCoverage
public interface IRuleCoverage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
boolean
isSourced()
-
-
-
Method Detail
-
getName
String getName()
-
isSourced
boolean isSourced()
-
-