org.tap4j.model
Class Text
java.lang.Object
org.tap4j.model.AbstractTapElementDiagnostic
org.tap4j.model.TapResult
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Text
public Text(String value)
- Constructor with parameter.
- Parameters:
value
- String value.
getValue
public String getValue()
- Returns:
- Value of the String.
Copyright © 2010-2012 TupiLabs. All Rights Reserved.