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

java.lang.Object
  extended by org.codehaus.waffle.menu.MenuAwareController
      extended by org.jbehave.web.runner.waffle.controllers.StoryController
All Implemented Interfaces:
org.codehaus.waffle.menu.MenuAware

public class StoryController
extends org.codehaus.waffle.menu.MenuAwareController


Constructor Summary
StoryController(org.codehaus.waffle.menu.Menu menu, org.jbehave.core.configuration.StoryConfiguration configuration, org.jbehave.core.parsers.StoryParser storyParser, org.jbehave.core.runner.StoryRunner storyRunner, org.jbehave.core.steps.CandidateSteps... steps)
           
 
Method Summary
 StoryContext getStoryContext()
           
 void run()
           
 void setStoryContext(StoryContext storyContext)
           
 void show()
           
 
Methods inherited from class org.codehaus.waffle.menu.MenuAwareController
getMenu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryController

public StoryController(org.codehaus.waffle.menu.Menu menu,
                       org.jbehave.core.configuration.StoryConfiguration configuration,
                       org.jbehave.core.parsers.StoryParser storyParser,
                       org.jbehave.core.runner.StoryRunner storyRunner,
                       org.jbehave.core.steps.CandidateSteps... steps)
Method Detail

show

public void show()

run

public void run()

getStoryContext

public StoryContext getStoryContext()

setStoryContext

public void setStoryContext(StoryContext storyContext)


Copyright © 2010. All Rights Reserved.