Package net.thucydides.core.requirements
Class RequirementsList
java.lang.Object
net.thucydides.core.requirements.RequirementsList
public class RequirementsList
extends java.lang.Object
Provide aggregate information about a list of requirements
-
Constructor Summary
Constructors Modifier Constructor Description protectedRequirementsList(java.util.List<Requirement> requirements) -
Method Summary
Modifier and Type Method Description java.util.List<Requirement>asFlattenedList()java.util.Optional<Requirement>findByUniqueName(java.lang.String name)protected intmaxDepth()static RequirementsListof(java.util.List<Requirement> requirements)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RequirementsList
-
-
Method Details
-
of
-
maxDepth
protected int maxDepth() -
asFlattenedList
-
findByUniqueName
-