org.jbehave.core.model
Class Narrative

java.lang.Object
  extended by org.jbehave.core.model.Narrative

public class Narrative
extends Object


Field Summary
static Narrative EMPTY
           
 
Constructor Summary
Narrative(String inOrderTo, String asA, String iWantTo)
           
 
Method Summary
 String asA()
           
 String inOrderTo()
           
 boolean isEmpty()
           
 String iWantTo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final Narrative EMPTY
Constructor Detail

Narrative

public Narrative(String inOrderTo,
                 String asA,
                 String iWantTo)
Method Detail

inOrderTo

public String inOrderTo()

asA

public String asA()

iWantTo

public String iWantTo()

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012. All Rights Reserved.