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

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

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


Constructor Summary
ScenarioController(org.codehaus.waffle.menu.Menu menu, org.jbehave.scenario.Configuration configuration, org.jbehave.scenario.parser.ScenarioParser scenarioParser, org.jbehave.scenario.ScenarioRunner scenarioRunner, org.jbehave.scenario.steps.CandidateSteps... steps)
           
 
Method Summary
 ScenarioContext getScenarioContext()
           
 void run()
           
 void setScenarioContext(ScenarioContext scenarioContext)
           
 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

ScenarioController

public ScenarioController(org.codehaus.waffle.menu.Menu menu,
                          org.jbehave.scenario.Configuration configuration,
                          org.jbehave.scenario.parser.ScenarioParser scenarioParser,
                          org.jbehave.scenario.ScenarioRunner scenarioRunner,
                          org.jbehave.scenario.steps.CandidateSteps... steps)
Method Detail

show

public void show()

run

public void run()

getScenarioContext

public ScenarioContext getScenarioContext()

setScenarioContext

public void setScenarioContext(ScenarioContext scenarioContext)


Copyright © 2009. All Rights Reserved.