cuke4duke
Class Steps
java.lang.Object
cuke4duke.Steps
public class Steps
- extends Object
|
Method Summary |
protected void |
announce(String message)
See StepMother.announce(String). |
protected String |
ask(String question,
int timeoutSecs)
See StepMother.ask(String, int). |
protected void |
embed(String file,
String mimeType)
See StepMother.embed(String, String). |
void |
Given(String step)
|
void |
Given(String step,
String multilineString)
|
void |
Given(String step,
Table table)
|
void |
Then(String step)
|
void |
Then(String step,
String multilineString)
|
void |
Then(String step,
Table table)
|
void |
When(String step)
|
void |
When(String step,
String multilineString)
|
void |
When(String step,
Table table)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Steps
public Steps(StepMother stepMother)
ask
protected String ask(String question,
int timeoutSecs)
- See
StepMother.ask(String, int).
announce
protected void announce(String message)
- See
StepMother.announce(String).
embed
protected void embed(String file,
String mimeType)
- See
StepMother.embed(String, String).
Given
public void Given(String step)
Given
public void Given(String step,
Table table)
Given
public void Given(String step,
String multilineString)
When
public void When(String step)
When
public void When(String step,
Table table)
When
public void When(String step,
String multilineString)
Then
public void Then(String step)
Then
public void Then(String step,
Table table)
Then
public void Then(String step,
String multilineString)
Copyright © 2010. All Rights Reserved.