Uses of Class
net.masterthought.cucumber.json.Element
-
Packages that use Element Package Description net.masterthought.cucumber.json net.masterthought.cucumber.json.support -
-
Uses of Element in net.masterthought.cucumber.json
Methods in net.masterthought.cucumber.json that return Element Modifier and Type Method Description Element[]Feature. getElements()Methods in net.masterthought.cucumber.json with parameters of type Element Modifier and Type Method Description voidFeature. addElements(Element[] newElements) -
Uses of Element in net.masterthought.cucumber.json.support
Methods in net.masterthought.cucumber.json.support that return types with arguments of type Element Modifier and Type Method Description List<Element>TagObject. getElements()Methods in net.masterthought.cucumber.json.support with parameters of type Element Modifier and Type Method Description booleanTagObject. addElement(Element element)
-