BaselineRequirementResult type

Element Type Description
id Integer Requirement ID.
name String Requirement name.
status ComplianceCriteriaStatusEnum

Status calculated from all the 'tests' results for this requirement. One of the following:

  • PASSED - If there is a PASSED test result for this requirement and all other test results are either PASSED or UNKNOWN.
  • FAILED - If there is a FAILED test result for this requirement.
  • UNKNOWN - If all test results for this requirement are UNKNOWN.
tests Set of BaselineRequirementTestResult type objects A set of baseline requirement test result objects.

 

â See also: