Classes implementing ViewFixtureHandler
interface are used by ViewFixture
to interact
with the elements in the rendered view.
Attributes | Name and Description |
---|---|
|
caplin.dom.testing.viewhandler.ViewFixtureHandler()
|
Attributes | Name and Description |
---|---|
|
void
get(DOMElement eElement, Variant vValue)
Inspects |
|
void
set(DOMElement eElement, Variant vValue)
Updates |
►
caplin.dom.testing.viewhandler.ViewFixtureHandler()
►
void
get(DOMElement eElement, Variant vValue)
Inspects eElement
and returns the value of its particular property.
DOMElement | eElement | DOM element |
Variant | vValue | value to be used when inspecting the element |
►
void
set(DOMElement eElement, Variant vValue)
Updates eElement
in a particular way, for example by setting a vValue
on one of its properties.
DOMElement | eElement | DOM element |
Variant | vValue | value to be set on eElement |