RequirementReport

Contains the report of a requirement check result.

public class RequirementReport

Constructors

RequirementReport
Link copied to clipboard
void RequirementReport(RequirementId requirementId, boolean fulfilled, String details)

Functions

getDetails
Link copied to clipboard

Details about the requirement unfulfillment.

String getDetails()
getRequirementId
Link copied to clipboard

For identifying which requirement this report belongs to.

RequirementId getRequirementId()
isFulfilled
Link copied to clipboard

Whether the requirement was fulfilled or not.

boolean isFulfilled()
toString
Link copied to clipboard
String toString()