Element firstControl = selectNamedElement(dom, "FIRST_CONTROL");
Element lastControl = selectNamedElement(dom, "SECOND_CONTROL");
Element div = selectNamedElement(dom, "div");
// Create Mocks.
ProtocolSupportFactoryMock psf =
new ProtocolSupportFactoryMock("psf", expectations);
ProtocolConfigurationMock configuration =
new ProtocolConfigurationMock("configuration",
expectations);
EmulatedXFormDescriptorMock fd =
new EmulatedXFormDescriptorMock("fd", expectations);