public abstract class Phrase
extends org.testatoo.core.component.Component
implements org.testatoo.core.nature.TextSupport
| Constructor and Description |
|---|
Phrase(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the phrase element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
text()
To get the content of the phrase element.
|
String |
toString()
To get the string describing the phrase element.
|
public Phrase(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the phrase elementpublic String text()
text in interface org.testatoo.core.nature.TextSupportpublic String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2012 Ovea. All Rights Reserved.