Uses of Class
com.tngtech.jgiven.base.StageBase

Packages that use StageBase
com.tngtech.jgiven   
com.tngtech.jgiven.base   
com.tngtech.jgiven.lang.de   
 

Uses of StageBase in com.tngtech.jgiven
 

Subclasses of StageBase in com.tngtech.jgiven
 class Stage<SELF extends Stage<?>>
          Base class for Stages.
 

Uses of StageBase in com.tngtech.jgiven.base
 

Classes in com.tngtech.jgiven.base with type parameters of type StageBase
 class StageBase<SELF extends StageBase<?>>
          Useful base class for step definitions as it provides a self() method to create fluent interfaces.
 

Uses of StageBase in com.tngtech.jgiven.lang.de
 

Subclasses of StageBase in com.tngtech.jgiven.lang.de
 class Schritte<SELF extends Schritte<?>>
          Deprecated. will be removed with version 0.4.0. Use Stufe instead
 class Stufe<SELF extends Stufe<?>>
          Eine deutsche Version der Stage-Klasse.
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.