public class GivenStory extends Object
GivenStory(String givenStoryAsString)
String
asString()
getAnchor()
Map<String,String>
getAnchorParameters()
getParameters()
getPath()
boolean
hasAnchor()
hasAnchorParameters()
toString()
void
useParameters(Map<String,String> parameters)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public GivenStory(String givenStoryAsString)
public String getPath()
public String getAnchor()
public boolean hasAnchor()
public boolean hasAnchorParameters()
public Map<String,String> getAnchorParameters()
public Map<String,String> getParameters()
public void useParameters(Map<String,String> parameters)
public String asString()
public String toString()
toString
Object