- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testToStringWithVariousPipeNames (0.65 sec)
-
src/test/java/jcifs/internal/smb1/trans/TransPeekNamedPipeTest.java
@NullAndEmptySource @ValueSource(strings = { "\\PIPE\\test", "testpipe", "\\\\server\\pipe\\test", " ", "pipe with spaces" }) @DisplayName("toString should handle various pipe names") void testToStringWithVariousPipeNames(String pipeName) { // Arrange transPeekNamedPipe = new TransPeekNamedPipe(mockConfig, pipeName, TEST_FID); // Act String result = transPeekNamedPipe.toString();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0)