Searched refs:sharedLibraryLoaderFactory (Results 1 – 1 of 1) sorted by relevance
57 private static XSingleServiceFactory sharedLibraryLoaderFactory = null; field in SharedLibraryLoader_Test64 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 16 milliseconds