br.eti.kinoshita.tap4j.model
Class Text

java.lang.Object
  extended by br.eti.kinoshita.tap4j.model.Text
All Implemented Interfaces:
TapResult, Serializable

public class Text
extends Object
implements 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
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
Text(String value)
          Constructor with parameter.
 
Method Summary
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.