Caplin Trader 4.0.3

Class: module:caplin/element/testing/RendererFixture

module:caplin/element/testing/RendererFixture

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 the ComponentFrame housing the component
See:
  • module:caplin/testing/Fixture#addSubFixtures