Class
caplin.element.testing

RendererFixture

Constructor Summary

Attributes Name and Description
caplin.element.testing.RendererFixture()

Constructs a caplin.element.testing.RendererFixture.

Method Summary

Attributes Name and Description
void addSubFixtures( oFixtureRegistry)

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 {@link caplin.component.frame.ComponentFrame ComponentFrame} housing the component

Methods implemented from class caplin.testing.Fixture:
canHandleProperty, doGiven, doThen, doWhen, setUp, tearDown

Constructor Detail

caplin.element.testing.RendererFixture()

Constructs a caplin.element.testing.RendererFixture.

Method Detail

void addSubFixtures( oFixtureRegistry)

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 {@link caplin.component.frame.ComponentFrame ComponentFrame} housing the component

Parameters
oFixtureRegistry
See
caplin.testing.Fixture#addSubFixtures