Interface RuleSummary


public interface RuleSummary
Version:
0.1 Created 10 Nov 2016:08:22:27
Author:
Carl Wilson carlwilson AT github
  • Method Details

    • 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()
    • getChecks

      List<Check> getChecks()