Package com.volantis.mcs.migrate.impl.framework.identification

Examples of com.volantis.mcs.migrate.impl.framework.identification.IdentificationFactoryMock


                new NotificationReporterMock("notification reporter", expectations);
        mockTargetVersion = new VersionMock("target version", expectations);
        mockContentVersion1 = new VersionMock("content version 1", expectations);
        mockContentVersion2 = new VersionMock("content version 2", expectations);
        mockIdentificationFactory =
                new IdentificationFactoryMock("id factory", expectations);
        mockTypeIdBuilder =
                new TypeIdentifierBuilderMock("type id builder", expectations);
        mockResourceIdBuilder =
                new ResourceIdentifierBuilderMock("resource id builder", expectations);
        mockStreamMigratorFactory =
View Full Code Here


        // Create a mock match that will be returned by the mock resource
        // identifier.
        CoreFactoryMock mockCoreFactory = new CoreFactoryMock("core factory", expectations);

        IdentificationFactoryMock mockIdentificationFactory =
                new IdentificationFactoryMock("id factory", expectations);

        StreamMigratorFactoryMock mockStreamMigratorFactory =
                new StreamMigratorFactoryMock("stream migrator factory", expectations);

        GraphFactoryMock mockGraphFactory = new GraphFactoryMock("graph factory", expectations);
View Full Code Here

    protected void setUp() throws Exception {

        expectations = mockFactory.createOrderedBuilder();

        mockIdentificationFactory = new IdentificationFactoryMock(
                "identificationFactory", expectations);

        mockMatch = new MatchMock("match", expectations);

        mockPathRecogniser = new PathRecogniserMock("path recog", expectations);
View Full Code Here

TOP

Related Classes of com.volantis.mcs.migrate.impl.framework.identification.IdentificationFactoryMock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.