- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testWithEmptyStrings (0.17 seconds)
-
src/test/java/jcifs/internal/RequestWithPathTest.java
assertNull(testImplementation.getServer()); assertNull(testImplementation.getFullUNCPath()); } @Test @DisplayName("Test with empty strings") void testWithEmptyStrings() { // Test empty path testImplementation.setPath(""); assertEquals("", testImplementation.getPath()); // Test empty UNC path components
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/net/SmbShareInfoTest.java
String expectedHex = String.format("%08x", type); assertTrue(str.toLowerCase().contains(expectedHex)); } @Test @DisplayName("Test with empty strings") void testWithEmptyStrings() { SmbShareInfo info = new SmbShareInfo("", 0, ""); assertEquals("", info.getName()); assertEquals(SmbConstants.TYPE_SHARE, info.getType()); // Test equals with empty string
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.3K bytes - Click Count (0)