com.tngtech.jgiven.base
Class StageBase<SELF extends StageBase<?>>

java.lang.Object
  extended by com.tngtech.jgiven.base.StageBase<SELF>
Type Parameters:
SELF - the type of the subclass
Direct Known Subclasses:
Stage, Stufe

public class StageBase<SELF extends StageBase<?>>
extends Object

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.

See Also:
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

StageBase

public StageBase()
Method Detail

self

public SELF self()


Copyright © 2014 TNG Technology Consulting. All rights reserved.