|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tngtech.jgiven.base.StageBase<SELF>
SELF - the type of the subclasspublic class StageBase<SELF extends StageBase<?>>
Useful base class for step definitions as it provides a self() method
to create fluent interfaces.
Direct subclasses should provide introduction words (see IntroWord).
Typically one derives from one of the language-specific step definition classes, which already provide a handful of useful introduction words.
Stage,
Stufe| Constructor Summary | |
|---|---|
StageBase()
|
|
| Method Summary | |
|---|---|
SELF |
self()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StageBase()
| Method Detail |
|---|
public SELF self()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||