Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for knownCodeMessagePairs (0.09 seconds)

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

                }
            }
            return Optional.empty();
        }
    
        // Producer for code->message pairs covering all known constants (happy path)
        static Stream<Arguments> knownCodeMessagePairs() {
            return Stream.of(Arguments.of(WinError.ERROR_SUCCESS, "The operation completed successfully."),
                    Arguments.of(WinError.ERROR_ACCESS_DENIED, "Access is denied."),
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 8.4K bytes
    - Click Count (0)
Back to Top