Class Requirement

java.lang.Object
org.graphwalker.core.model.Requirement

public class Requirement extends Object

Requirement

The Requirement is attached to an element in the model.

Each requirement is individual tracked during execution with the help of RequirementStatus. After the test the status of each requirement can be checked.
Author:
Nils Olsson
  • Constructor Details

    • Requirement

      public Requirement(String key)
      Creates a requirement, and stores it as string key.
      Parameters:
      key - The requirement as a string.
  • Method Details

    • getKey

      public String getKey()
      Gets the requirement.
      Returns:
      The requirement as string.