Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java121 Object proxyA = new TestProxy(name); in testLifeCycle()
143 assure("calls of object method", TestProxy.getCount() == 3 * COUNT); in testLifeCycle()
211 private static final class TestProxy class in java_remote_bridge_Test
215 public TestProxy(String oid) { in TestProxy() method in java_remote_bridge_Test.TestProxy
225 return object instanceof TestProxy in isSame()
226 && oid.equals(((TestProxy) object).oid); in isSame()

Completed in 18 milliseconds