Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for namedPipeBrokenPipeReturnsMinusOne (0.18 seconds)

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

            }
        }
    
        @Nested
        @DisplayName("SMB1 interactions")
        class Smb1Behavior {
    
            @Test
            @DisplayName("Named pipe: broken pipe maps to -1")
            void namedPipeBrokenPipeReturnsMinusOne() throws Exception {
                when(mockTree.isSMB2()).thenReturn(false);
                when(mockFile.getType()).thenReturn(SmbConstants.TYPE_NAMED_PIPE);
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 07:14:38 GMT 2025
    - 12.8K bytes
    - Click Count (0)
Back to Top