elementMock1 = new ElementMock("element", expectations);
elementMock2 = new ElementMock("element 2", expectations);
outputElementMock1 = new OutputStyledElementMock(
"output element", expectations, elementMock1, null);
outputElementMock2 = new OutputStyledElementMock(
"output element 2", expectations, elementMock2, null);
outputStylesMock1 = new OutputStylesMock(
"output styles 1", expectations);