net.thucydides.jbehave
Class ThucydidesCandidateSteps

Package class diagram package ThucydidesCandidateSteps
java.lang.Object
  extended by net.thucydides.jbehave.ThucydidesCandidateSteps
All Implemented Interfaces:
org.jbehave.core.steps.CandidateSteps

public class ThucydidesCandidateSteps
extends Object
implements org.jbehave.core.steps.CandidateSteps


Constructor Summary
ThucydidesCandidateSteps(org.jbehave.core.steps.CandidateSteps candidateSteps, net.thucydides.core.steps.StepFactory thucydidesStepProxyFactory)
           
 
Method Summary
 org.jbehave.core.configuration.Configuration configuration()
           
 List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterScenario(org.jbehave.core.annotations.ScenarioType type)
           
 List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStories()
           
 List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStory(boolean givenStory)
           
 List<org.jbehave.core.steps.StepCandidate> listCandidates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThucydidesCandidateSteps

public ThucydidesCandidateSteps(org.jbehave.core.steps.CandidateSteps candidateSteps,
                                net.thucydides.core.steps.StepFactory thucydidesStepProxyFactory)
Method Detail

listCandidates

public List<org.jbehave.core.steps.StepCandidate> listCandidates()
Specified by:
listCandidates in interface org.jbehave.core.steps.CandidateSteps

listBeforeOrAfterStories

public List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStories()
Specified by:
listBeforeOrAfterStories in interface org.jbehave.core.steps.CandidateSteps

listBeforeOrAfterStory

public List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStory(boolean givenStory)
Specified by:
listBeforeOrAfterStory in interface org.jbehave.core.steps.CandidateSteps

listBeforeOrAfterScenario

public List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterScenario(org.jbehave.core.annotations.ScenarioType type)
Specified by:
listBeforeOrAfterScenario in interface org.jbehave.core.steps.CandidateSteps

configuration

public org.jbehave.core.configuration.Configuration configuration()
Specified by:
configuration in interface org.jbehave.core.steps.CandidateSteps


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.