com.tngtech.jgiven.lang.de
Class Stufe<SELF extends Stufe<?>>

java.lang.Object
  extended by com.tngtech.jgiven.base.StageBase<SELF>
      extended by com.tngtech.jgiven.lang.de.Stufe<SELF>
Direct Known Subclasses:
Schritte

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

Eine deutsche Version der Stage-Klasse.


Constructor Summary
Stufe()
           
 
Method Summary
 SELF aber()
           
 SELF dann()
           
 SELF gegeben()
           
 SELF mit()
           
 SELF und()
           
 SELF wenn()
           
 
Methods inherited from class com.tngtech.jgiven.base.StageBase
self
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stufe

public Stufe()
Method Detail

gegeben

@IntroWord
public SELF gegeben()

wenn

@IntroWord
public SELF wenn()

dann

@IntroWord
public SELF dann()

und

@IntroWord
public SELF und()

aber

@IntroWord
public SELF aber()

mit

@IntroWord
public SELF mit()


Copyright © 2014 TNG Technology Consulting. All rights reserved.