public final class Param
extends org.testatoo.core.component.Component
| Constructor and Description |
|---|
Param(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "param" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isVisible()
To know if the component is visible
Always return false (not visible element)
|
String |
name()
To get the name attribute of the parameter.
|
String |
toString()
To get the string describing the parameter.
|
String |
type()
To get the type attribute of the parameter.
|
String |
value()
To get the value attribute of the parameter.
|
ValueType |
valuetype()
To get the valuetype attribute of the parameter.
|
public Param(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "param" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "param" elementpublic String name()
public String type()
public String value()
public ValueType valuetype()
public Boolean isVisible()
isVisible in class org.testatoo.core.component.Componentpublic String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2013 Ovea. All Rights Reserved.