Uses of Class
com.trivago.cluecumber.engine.json.pojo.Element
-
Packages that use Element Package Description com.trivago.cluecumber.engine.json.pojo com.trivago.cluecumber.engine.json.processors com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections -
-
Uses of Element in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return types with arguments of type Element Modifier and Type Method Description List<Element>Report. getElements()Get the associated scenarios.Method parameters in com.trivago.cluecumber.engine.json.pojo with type arguments of type Element Modifier and Type Method Description voidReport. setElements(List<Element> elements)Set the associated scenarios. -
Uses of Element in com.trivago.cluecumber.engine.json.processors
Methods in com.trivago.cluecumber.engine.json.processors with parameters of type Element Modifier and Type Method Description voidElementJsonPostProcessor. postDeserialize(Element element, com.google.gson.JsonElement jsonElement, com.google.gson.Gson gson)This processes attachments and adds the toggle to fail on pending or undefined steps to each scenario.voidElementJsonPostProcessor. postSerialize(com.google.gson.JsonElement jsonElement, Element element, com.google.gson.Gson gson)Unused method. -
Uses of Element in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return Element Modifier and Type Method Description ElementScenarioDetailsPageCollection. getElement()Get the scenario from this page collection.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Element Modifier and Type Method Description Map<Feature,List<Element>>TreeViewPageCollection. getElements()Get the list of features and their scenarios.List<Element>AllScenariosPageCollection. getElementsByFeatureIndex(int featureIndex)Get scenarios by feature index.Constructors in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Element Constructor Description ScenarioDetailsPageCollection(Element element, String pageTitle)The constructor.Constructor parameters in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with type arguments of type Element Constructor Description TreeViewPageCollection(Map<Feature,List<Element>> elements, String pageTitle)Constructor.
-