Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMultiThread (0.09 sec)

  1. src/test/java/jcifs/tests/ConcurrencyTest.java

                    }
                    catch ( Exception e ) {
                        log.error("Failed to close");
                    }
                }
            }
        }
    
    
        @Test
        public void testMultiThread () throws InterruptedException {
            withTestNTLMCredentials(getContext());
            List<MutiThreadTestCase> runnables = new ArrayList<>();
            for ( int i = 0; i < 20; i++ ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Nov 14 17:40:50 UTC 2021
    - 17.6K bytes
    - Viewed (0)
Back to top