Constructor
new module:caplin/element/testing/RendererFixture()
Constructs a
caplin.element.testing.RendererFixture
.
- Implements:
Methods
-
addSubFixtures()
-
The ComponentFixture adds the following sub-fixtures:
-
model
: the presentation model fixture, for manipulating and verifying properties in the presentation model -
view
: the view fixture, the view fixture, for manipulating and verifying the state of elements on the component's view -
componentFrame
: the component frame fixture, for verifying the state of theComponentFrame
housing the component
-