Package org.apache.cayenne.di.mock

Examples of org.apache.cayenne.di.mock.MockInterface1


            }
        };

        DefaultInjector injector = new DefaultInjector(module);

        MockInterface1 service = injector.getInstance(MockInterface1.class);
        assertEquals("MockImplementation2Name", service.getName());
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.di.mock.MockInterface1

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.