org.jbehave.web.examples.trader.scenarios
Class TraderSteps

java.lang.Object
  extended by org.jbehave.scenario.steps.Steps
      extended by org.jbehave.web.examples.trader.scenarios.TraderSteps
All Implemented Interfaces:
org.jbehave.scenario.steps.CandidateSteps

public class TraderSteps
extends org.jbehave.scenario.steps.Steps


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.scenario.steps.Steps
org.jbehave.scenario.steps.Steps.SilentStepResult
 
Constructor Summary
TraderSteps()
           
 
Method Summary
 void aStockOfPrice(java.util.List<java.lang.Double> prices, double threshold)
           
 void theAlertStatusShouldBe(java.lang.String status)
           
 void theStockIsTradedAt(double price)
           
 void theTraderSellsAllStocks()
           
 
Methods inherited from class org.jbehave.scenario.steps.Steps
getSteps, getSteps, runAfterScenario, runBeforeScenario
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraderSteps

public TraderSteps()
Method Detail

aStockOfPrice

public void aStockOfPrice(java.util.List<java.lang.Double> prices,
                          double threshold)

theStockIsTradedAt

public void theStockIsTradedAt(double price)

theAlertStatusShouldBe

public void theAlertStatusShouldBe(java.lang.String status)

theTraderSellsAllStocks

public void theTraderSellsAllStocks()


Copyright © 2009. All Rights Reserved.