Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DSharedLibraryLoader_Test.java57 private static XSingleServiceFactory sharedLibraryLoaderFactory = null; field in SharedLibraryLoader_Test
64 sharedLibraryLoaderFactory = null; in test_getSharedLibraryLoaderFactory()
67 sharedLibraryLoaderFactory = SharedLibraryLoader.getServiceFactory(null, null); in test_getSharedLibraryLoaderFactory()
70 System.out.println(sharedLibraryLoaderFactory == null? "failed" : "successful"); in test_getSharedLibraryLoaderFactory()
74 return sharedLibraryLoaderFactory != null; in test_getSharedLibraryLoaderFactory()
83 if ( sharedLibraryLoaderFactory == null ) in test_instantiateSharedLibraryLoader()
88 XImplementationLoader.class, sharedLibraryLoaderFactory.createInstance() ); in test_instantiateSharedLibraryLoader()

Completed in 15 milliseconds