- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_resolve (0.63 sec)
-
src/test/java/jcifs/SIDTest.java
} /** * Test the resolve method. * * @throws IOException if an I/O error occurs */ @Test void testResolve() throws IOException { CIFSContext mockContext = mock(CIFSContext.class); SidResolver mockResolver = mock(SidResolver.class); when(mockContext.getSIDResolver()).thenReturn(mockResolver);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.5K bytes - Viewed (0) -
src/test/java/jcifs/SmbResourceTest.java
// Then assertTrue(exists, "Resource should exist"); } @Test @DisplayName("resolve should return child resource") void testResolve() throws CIFSException { // Given String childName = "child.txt"; SmbResource expectedChild = mock(SmbResource.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 35K bytes - Viewed (0)