- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSingletonInit (0.2 sec)
-
src/test/java/jcifs/tests/ContextConfigTest.java
private SingletonContext context; @Before public void setUp () { this.context = SingletonContext.getInstance(); } @Test public void testSingletonInit () { assertNotNull(this.context.getBufferCache()); assertNotNull(this.context.getNameServiceClient()); assertNotNull(this.context.getTransportPool());
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 9.9K bytes - Viewed (0)