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.java116 Object proxyA = new TestProxy(name); in testLifeCycle()
138 assertTrue("calls of object method", TestProxy.getCount() == 3 * COUNT); in testLifeCycle()
206 private static final class TestProxy class in java_remote_bridge_Test
210 public TestProxy(String oid) { in TestProxy() method in java_remote_bridge_Test.TestProxy
220 return object instanceof TestProxy in isSame()
221 && oid.equals(((TestProxy) object).oid); in isSame()

Completed in 15 milliseconds