org.jbehave.core.model
Class GivenStory

java.lang.Object
  extended by org.jbehave.core.model.GivenStory

public class GivenStory
extends Object


Constructor Summary
GivenStory(String givenStoryAsString)
           
 
Method Summary
 String asString()
           
 String getAnchor()
           
 Map<String,String> getParameters()
           
 String getPath()
           
 boolean hasAnchor()
           
 String toString()
           
 void useParameters(Map<String,String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GivenStory

public GivenStory(String givenStoryAsString)
Method Detail

getPath

public String getPath()

getAnchor

public String getAnchor()

hasAnchor

public boolean hasAnchor()

getParameters

public Map<String,String> getParameters()

useParameters

public void useParameters(Map<String,String> parameters)

asString

public String asString()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.