- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEncodingAtBufferBoundary (0.2 seconds)
-
src/test/java/jcifs/internal/smb2/lock/Smb2LockTest.java
} @Nested @DisplayName("Edge Cases and Boundary Tests") class EdgeCaseTests { @Test @DisplayName("Should handle encoding at buffer boundary") void testEncodingAtBufferBoundary() { byte[] smallBuffer = new byte[24]; lock = new Smb2Lock(100L, 200L, 1); int encoded = lock.encode(smallBuffer, 0); assertEquals(24, encoded);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.9K bytes - Click Count (0)