- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testRenameTo (0.1 sec)
-
src/test/java/jcifs/SmbResourceTest.java
verify(mockResource).copyTo(destination); } @Test @DisplayName("rename operations should work correctly") void testRenameTo() throws CIFSException { // Given SmbResource destination = mock(SmbResource.class); // When/Then assertDoesNotThrow(() -> {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 35K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileTest.java
verify(mockTreeHandle).send(any(SmbComDelete.class), any(SmbComBlankResponse.class)); } @Test void testRenameTo() throws SmbException, MalformedURLException, CIFSException { // Arrange Handler urlHandler = (Handler) mockCifsContext.getUrlHandler();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.8K bytes - Viewed (0)