JSF Test Framework: Mockito 1.1.2

org.jboss.test.faces.writer
Class TextRecord

java.lang.Object
  extended by org.jboss.test.faces.writer.RecordBase
      extended by org.jboss.test.faces.writer.TextRecord
All Implemented Interfaces:
Record
Direct Known Subclasses:
CommentRecord

public class TextRecord
extends RecordBase
implements Record


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.test.faces.writer.Record
Record.Kind
 
Constructor Summary
TextRecord(Object string, String property)
           
 
Method Summary
 Record addRecord(Record next)
           
 String getText()
           
 String toString()
           
 
Methods inherited from class org.jboss.test.faces.writer.RecordBase
addAttribute, getChildren, getName, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.test.faces.writer.Record
addAttribute, getChildren, getName, getParent, setParent
 

Constructor Detail

TextRecord

public TextRecord(Object string,
                  String property)
Method Detail

addRecord

public Record addRecord(Record next)
Specified by:
addRecord in interface Record
Overrides:
addRecord in class RecordBase

getText

public String getText()
Specified by:
getText in interface Record
Overrides:
getText in class RecordBase

toString

public String toString()
Overrides:
toString in class RecordBase

JSF Test Framework: Mockito 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.