Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for connectWrapException_wraps_io_and_unkhost (0.19 seconds)

  1. src/test/java/jcifs/smb/SmbTreeConnectionTest.java

            assertTrue(ex.getMessage().contains("Not connected"));
        }
    
        @Test
        @DisplayName("connectWrapException wraps UnknownHostException and IOException")
        void connectWrapException_wraps_io_and_unkhost() throws Exception {
            // Subclass to control connect() behavior
            SmbTreeConnection c = new SmbTreeConnection(ctx) {
                @Override
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 07:14:38 GMT 2025
    - 13K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbTreeConnection.java

    Shinsuke Sugaya <******@****.***> 1756533483 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 30.4K bytes
    - Click Count (1)
Back to Top