stylesMock = new StylesMock("styles", expectations);
divOutput = new DeprecatedDivOutputMock("divOutput", expectations);
element = new ElementMock("element", expectations);
slElement = new ElementMock("slElement", expectations);
document = new DocumentMock("document", expectations);
text = new TextMock("text", expectations);
slAttributes = new ShardLinkGroupAttributes();
domFactoryMock = new DOMFactoryMock("domFactoryMock", expectations);
domFactoryMock.expects.createElement().returns(element);