org.jbehave.web.runner.waffle.controllers
Class StoryContext

java.lang.Object
  extended by org.jbehave.web.runner.waffle.controllers.StoryContext

public class StoryContext
extends Object


Constructor Summary
StoryContext()
           
StoryContext(String method, String input, String output, List<String> messages)
           
 
Method Summary
 void clearFailureCause()
           
 List<String> getFailureMessages()
           
 String getFailureStackTrace()
           
 String getInput()
           
 String getMethod()
           
 List<String> getMethods()
           
 String getOutput()
           
 void runFailedFor(Throwable cause)
           
 void setInput(String input)
           
 void setMethod(String method)
           
 void setOutput(String output)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoryContext

public StoryContext()

StoryContext

public StoryContext(String method,
                    String input,
                    String output,
                    List<String> messages)
Method Detail

getMethods

public List<String> getMethods()

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

getInput

public String getInput()

setInput

public void setInput(String input)

getOutput

public String getOutput()

setOutput

public void setOutput(String output)

getFailureMessages

public List<String> getFailureMessages()

clearFailureCause

public void clearFailureCause()

runFailedFor

public void runFailedFor(Throwable cause)

getFailureStackTrace

public String getFailureStackTrace()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.