"fragmentMock", expectations, canvasLayoutMock);
final DeviceLayoutContextMock deviceLayoutContextMock =
new DeviceLayoutContextMock("deviceLayoutContextMock", expectations);
fragmentInstance =
new FragmentInstance(NDimensionalIndex.ZERO_DIMENSIONS);
final RuntimeDeviceLayoutMock runtimeDeviceLayoutMock =
new RuntimeDeviceLayoutMock("runtimeDeviceLayoutMock", expectations);
pageContextMock.expects.getDeviceLayoutContext().
returns(deviceLayoutContextMock).any();
pageContextMock.expects.getRequestContext().
returns(requestContextMock).any();