- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for othershare (1.53 sec)
-
src/test/java/jcifs/smb/SmbTreeImplTest.java
@Test void testMatches() { SmbTreeImpl tree = new SmbTreeImpl(session, "SHARE", "A:"); assertTrue(tree.matches("share", "A:")); assertFalse(tree.matches("othershare", "A:")); } // Test case for the equals method @Test void testEquals() { SmbTreeImpl tree1 = new SmbTreeImpl(session, "SHARE", "A:");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralDataImplTest.java
void testNotEqualDifferentShare() { when(mockReferral.getNode()).thenReturn("\\server\\othershare\\path"); DfsReferralDataImpl other = DfsReferralDataImpl.fromReferral(mockReferral, "\\\\server\\othershare\\path", System.currentTimeMillis() + 10000, 20); assertNotEquals(data1, other); } @Test
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.6K bytes - Viewed (0)