net.thucydides.jbehave
Class ThucydidesCandidateSteps
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThucydidesCandidateSteps
public ThucydidesCandidateSteps(org.jbehave.core.steps.CandidateSteps candidateSteps,
net.thucydides.core.steps.StepFactory thucydidesStepProxyFactory)
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.