new StreamBufferFactoryMock("stream buffer factory", expectations);
NotificationReporterMock mockNotificationReporter =
new NotificationReporterMock("notification reporter", expectations);
VersionMock mockTargetVersion = new VersionMock("target version", expectations);
ResourceIdentifierBuilderMock mockResourceIdBuilder =
new ResourceIdentifierBuilderMock("resource id builder", expectations);
TypeIdentifierBuilderMock mockTypeIdBuilder =
new TypeIdentifierBuilderMock("type id builder", expectations);
GraphBuilderMock mockGraphBuilder = new GraphBuilderMock("graph builder", expectations);
PathRecogniserMock mockPathRecogniser = new PathRecogniserMock("path recogniser", expectations);
ContentRecogniserMock mockContentRecogniser1 =
new ContentRecogniserMock("content recogniser 1", expectations);
ContentRecogniserMock mockContentRecogniser2 =
new ContentRecogniserMock("content recogniser 2", expectations);
VersionMock mockContentVersion1 = new VersionMock("content version 1", expectations);
VersionMock mockContentVersion2 = new VersionMock("content version 2", expectations);
ContentIdentifierMock mockContentIdentifier1 =
new ContentIdentifierMock("content identifier 1", expectations);
ContentIdentifierMock mockContentIdentifier2 =