- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testAdaptMethodIsUsed (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb/DirFileEntryAdapterIteratorTest.java
verify(mockFilter).accept(mockResource3); } /** * Test that adapt method is actually used by the iterator. */ @Test void testAdaptMethodIsUsed() { // Given when(mockDelegate.hasNext()).thenReturn(true, false); when(mockDelegate.next()).thenReturn(mockFileEntry1); // Create iterator with custom adapt implementation
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 14.4K bytes - Click Count (0)