expectations);
final CompiledStyleSheetCollection compiledStyleSheets =
new CompiledStyleSheetCollection();
compiledStyleSheets.addStyleSheet(themeCompiledStyleSheetMock);
deviceLayoutContextMock.expects.getDeviceLayout()
.returns(runtimeDeviceLayoutMock).any();
runtimeDeviceLayoutMock.expects.getCompiledStyleSheet()
.returns(layoutCompiledStyleSheetMock).any();