Class Stage<SELF extends Stage<?>>

java.lang.Object
com.tngtech.jgiven.base.StageBase<SELF>
com.tngtech.jgiven.Stage<SELF>
Type Parameters:
SELF - the type of the extending class to realize the fluent interface

public class Stage<SELF extends Stage<?>> extends StageBase<SELF>
Base class for Stages. Defines some introduction words. Follows the fluent interface pattern.