br.eti.kinoshita.tap4j.model
Class Text
java.lang.Object
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. |
Text
public Text(String value)
- Constructor with parameter.
- Parameters:
value - String value.
getValue
public String getValue()
- Returns:
- Value of the String.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.