Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java146 assertTrue("proxy count", ProxyFactory.getDebugCount() == 2 * COUNT); in testLifeCycle()
162 assertTrue("proxy count", ProxyFactory.getDebugCount() == 0); in testLifeCycle()
171 assertTrue("Zero proxy count", ProxyFactory.getDebugCount() == 0); in testLifeCycle()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java75 static int getDebugCount() { in getDebugCount() method in ProxyFactory