-
@Deprecated() public class RequirementReport
Contains the report of a requirement check result.
-
-
Method Summary
Modifier and Type Method Description RequirementIdgetRequirementId()For identifying which requirement this report belongs to. booleanisFulfilled()Whether the requirement was fulfilled or not. StringgetDetails()Details about the requirement unfulfillment. StringtoString()-
-
Method Detail
-
getRequirementId
RequirementId getRequirementId()
For identifying which requirement this report belongs to.
-
isFulfilled
boolean isFulfilled()
Whether the requirement was fulfilled or not.
-
getDetails
@NonNull() String getDetails()
Details about the requirement unfulfillment.
-
-
-
-