Home
last modified time | relevance | path

Searched refs:xBridge_new (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/jurt/test/com/sun/star/comp/bridgefactory/
H A DBridgeFactory_Test.java85 …XBridge xBridge_new = bridgeFactory.createBridge("testbridge", "urp", (XConnection)leftSide, null); in test() local
86 assure("", !UnoRuntime.areSame(xBridge, xBridge_new)); in test()
96 && UnoRuntime.areSame(xBridge_new, xBridges[0])); in test()
99 XComponent xComponent_new = UnoRuntime.queryInterface(XComponent.class, xBridge_new); in test()

Completed in 15 milliseconds