Package org.apache.tuscany.sca.vtest.assembly.component.reference

Examples of org.apache.tuscany.sca.vtest.assembly.component.reference.MyClientE.callOtherServices()


    @Test
    public void testMultiplicity_4() {
     
      initDomain("reference_multiplicity_multitargets.composite");     
      MyClientE service = ServiceFinder.getService(MyClientE.class, "ClientComponent/MyClientE");     
      Assert.assertEquals("MyService_MyService2_MyService" , service.callOtherServices()) ;     
     
        cleanupDomain();
    }
   
}
View Full Code Here


    @Test
    public void testMultiplicity_4() {
     
      initDomain("reference_multiplicity_multitargets.composite");     
      MyClientE service = ServiceFinder.getService(MyClientE.class, "ClientComponent/MyClientE");     
      Assert.assertEquals("MyService_MyService2_MyService" , service.callOtherServices()) ;     
     
        cleanupDomain();
    }
   
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.