- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NtTransNotifyChangeResponse (0.14 seconds)
-
src/test/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChangeResponseTest.java
/** * Unit tests for NtTransNotifyChangeResponse class */ class NtTransNotifyChangeResponseTest { @Mock private Configuration mockConfig; private NtTransNotifyChangeResponse response; @BeforeEach void setUp() { MockitoAnnotations.openMocks(this); response = new NtTransNotifyChangeResponse(mockConfig); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14.7K bytes - Click Count (0) -
src/test/java/jcifs/internal/NotifyResponseTest.java
assertEquals(2, notifications.size()); } } @Test @DisplayName("Test NtTransNotifyChangeResponse concrete implementation") void testNtTransNotifyChangeResponse() { NtTransNotifyChangeResponse response = new NtTransNotifyChangeResponse(mockConfig); // Test interface implementation assertTrue(response instanceof NotifyResponse);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 21.2K bytes - Click Count (0)