- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for nullBuffer_throwsNPE (0.09 seconds)
-
src/test/java/jcifs/internal/smb2/session/Smb2LogoffResponseTest.java
assertEquals("Structure size is not 4", ex.getMessage()); } @Test @DisplayName("Null buffer leads to NullPointerException from readInt2") void nullBuffer_throwsNPE() { // Arrange Smb2LogoffResponse resp = newResponse(); // Act & Assert assertThrows(NullPointerException.class, () -> resp.readBytesWireFormat(null, 0));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.7K bytes - Click Count (0)