Package org.graphwalker.core.model
Class Requirement
java.lang.Object
org.graphwalker.core.model.Requirement
Requirement
The Requirement is attached to an element in the model. Each requirement is individual tracked during execution with the help ofRequirementStatus. After the test the status of each requirement
can be checked.- Author:
- Nils Olsson
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Requirement
Creates a requirement, and stores it as string key.- Parameters:
key- The requirement as a string.
-
-
Method Details
-
getKey
Gets the requirement.- Returns:
- The requirement as string.
-