protected void setUp() throws Exception {
super.setUp();
context = new XDIMEContextInternalMock("context", expectations);
requestContext =
new MarinerRequestContextMock("requestContext", expectations);
pageContext = new MarinerPageContextMock("pageContext", expectations);
parentOutputState = new ElementOutputStateMock("parent", expectations);
parent = new XDIMEElementInternalMock("parent", expectations);
containerInstance = new ContainerInstanceImplMock("containerInstance",
expectations, NDimensionalIndex.ZERO_DIMENSIONS);