Uses of Class
net.masterthought.cucumber.json.Hook
-
Packages that use Hook Package Description net.masterthought.cucumber.json net.masterthought.cucumber.util -
-
Uses of Hook in net.masterthought.cucumber.json
Methods in net.masterthought.cucumber.json that return Hook Modifier and Type Method Description Hook[]Element. getAfter()Hook[]Step. getAfter()Hook[]Element. getBefore()Hook[]Step. getBefore() -
Uses of Hook in net.masterthought.cucumber.util
Methods in net.masterthought.cucumber.util that return types with arguments of type Hook Modifier and Type Method Description static List<Hook>Util. eliminateEmptyHooks(Hook[] hooks)Helper method that removes empty hooks from passed array and packs it into new collection.Methods in net.masterthought.cucumber.util with parameters of type Hook Modifier and Type Method Description static List<Hook>Util. eliminateEmptyHooks(Hook[] hooks)Helper method that removes empty hooks from passed array and packs it into new collection.
-