net.masterthought.cucumber.json
Class Element

java.lang.Object
  extended by net.masterthought.cucumber.json.Element

public class Element
extends Object


Nested Class Summary
static class Element.functions
           
 
Constructor Summary
Element()
           
 
Method Summary
 String getKeyword()
           
 String getName()
           
 String getRawName()
           
 Util.Status getStatus()
           
 com.googlecode.totallylazy.Sequence<Step> getSteps()
           
 com.googlecode.totallylazy.Sequence<String> getTagList()
           
 com.googlecode.totallylazy.Sequence<Tag> getTags()
           
 String getTagsList()
           
 boolean hasTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Method Detail

getSteps

public com.googlecode.totallylazy.Sequence<Step> getSteps()

getTags

public com.googlecode.totallylazy.Sequence<Tag> getTags()

getStatus

public Util.Status getStatus()

getRawName

public String getRawName()

getKeyword

public String getKeyword()

getName

public String getName()

getTagList

public com.googlecode.totallylazy.Sequence<String> getTagList()

hasTags

public boolean hasTags()

getTagsList

public String getTagsList()


Copyright © 2014. All Rights Reserved.