new PolicyReferenceResolverMock("policyRefResolver", expectations);
XFFormFieldAttributesMock attributes =
new XFFormFieldAttributesMock("attributes", expectations);
TextAssetReference textAssetRef = new LiteralTextAssetReference("");
StylesMock labelStyles = new StylesMock("labelStyles", expectations);
DataHandlingStrategyMock strategy =
new DataHandlingStrategyMock("strategy", expectations);
StylingEngineMock stylingEngine =
new StylingEngineMock("stylingEngine", expectations);
contextMock.expects.getXFormBuilder().returns(builder);
builder.expects.getCurrentModel().returns(model);