// Javadoc inherited
protected void setUp() throws Exception {
// Let the base class create basic mocks
super.setUp();
XDIMEContentHandler handler = getXDIMEContentHandler();
MarinerRequestContextMock context =
(MarinerRequestContextMock)handler.getCurrentRequestContext();
ApplicationContext appContext = new ApplicationContext(context);
context.expects.getApplicationContext().returns(appContext).fixed(2);
addDefaultElementExpectations(ClockContentAttributes.class);