Package org.verapdf.processor.reports
Interface RuleSummary
-
public interface RuleSummary- Version:
- 0.1 Created 10 Nov 2016:08:22:27
- Author:
- Carl Wilson carlwilson AT github
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Check>getChecks()StringgetClause()StringgetDescription()intgetFailedChecks()StringgetObject()intgetPassedChecks()TestAssertion.StatusgetRuleStatus()StringgetSpecification()StringgetStatus()StringgetTest()intgetTestNumber()
-
-
-
Method Detail
-
getSpecification
String getSpecification()
-
getClause
String getClause()
-
getTestNumber
int getTestNumber()
-
getStatus
String getStatus()
-
getRuleStatus
TestAssertion.Status getRuleStatus()
-
getPassedChecks
int getPassedChecks()
-
getFailedChecks
int getFailedChecks()
-
getDescription
String getDescription()
-
getObject
String getObject()
-
getTest
String getTest()
-
-