org.tap4j.model
Class Text

Package class diagram package Text
java.lang.Object
  extended by org.tap4j.model.AbstractTapElementDiagnostic
      extended by org.tap4j.model.TapResult
          extended by org.tap4j.model.Text
All Implemented Interfaces:
Serializable, TapElement

public class Text
extends TapResult

An ordinary text. It can be added to the TestSet, however it isn't parsed by the TAP Consumer. Used only for debugging, customization or back compatibility.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
Text(String value)
          Constructor with parameter.
 
Method Summary
 String getValue()
           
 
Methods inherited from class org.tap4j.model.AbstractTapElementDiagnostic
getDiagnostic, setDiagnostic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text(String value)
Constructor with parameter.

Parameters:
value - String value.
Method Detail

getValue

public String getValue()
Returns:
Value of the String.


Copyright © 2010-2012 TupiLabs. All Rights Reserved.