- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testMaximumBufferSize (0.09 seconds)
-
src/test/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequestTest.java
// Then assertEquals(0x000F, command); // SMB2_CHANGE_NOTIFY } @Test @DisplayName("Should handle maximum buffer size") void testMaximumBufferSize() { // Given Configuration config = mock(Configuration.class); when(config.getNotifyBufferSize()).thenReturn(Integer.MAX_VALUE);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyResponseTest.java
assertNotNull(response.getNotifyInformation()); assertTrue(response.getNotifyInformation().isEmpty()); } @Test @DisplayName("Should handle maximum buffer size") void testMaximumBufferSize() throws Exception { // Given - large buffer with many notifications byte[] buffer = new byte[65536]; int offset = 0; setHeaderStart(response, 64);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 18.8K bytes - Click Count (0)