Package org.apache.tuscany.container.spring.mock

Examples of org.apache.tuscany.container.spring.mock.TestReference


    }

    public void testSCAReference() {
        ScaServiceProxyFactoryBean pf = (ScaServiceProxyFactoryBean) applicationContext.getBean("&fooReference");
        assertEquals("fooReference", pf.getReferenceName());
        TestReference ref = (TestReference) applicationContext.getBean("fooReference");
//      assertNotNull(ref);
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.container.spring.mock.TestReference

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.