RequirementReport

public class RequirementReport

Contains the report of a requirement check result.

Functions

getDetails
Link copied to clipboard
String getDetails()
Details about the requirement unfulfillment.
getRequirementId
Link copied to clipboard
RequirementId getRequirementId()
For identifying which requirement this report belongs to.
isFulfilled
Link copied to clipboard
boolean isFulfilled()
Whether the requirement was fulfilled or not.
toString
Link copied to clipboard
String toString()