Interface
caplin.dom.testing.viewhandler

ViewFixtureHandler

Classes implementing ViewFixtureHandler interface are used by ViewFixture to interact with the elements in the rendered view.

Constructor Summary

Attributes Name and Description
caplin.dom.testing.viewhandler.ViewFixtureHandler()

Method Summary

Attributes Name and Description
void get(DOMElement eElement, Variant vValue)

Inspects eElement and returns the value of its particular property.

void set(DOMElement eElement, Variant vValue)

Updates eElement in a particular way, for example by setting a vValue on one of its properties.

Constructor Detail

caplin.dom.testing.viewhandler.ViewFixtureHandler()

Method Detail

void get(DOMElement eElement, Variant vValue)

Inspects eElement and returns the value of its particular property.

Parameters
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.

Parameters
DOMElement eElement DOM element
Variant vValue value to be set on eElement