- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncodingWithMaxValues (1.8 sec)
-
src/test/java/jcifs/internal/smb2/lock/Smb2LockTest.java
assertEquals(0, SMBUtil.readInt4(buffer, 20)); } @Test @DisplayName("Should encode maximum values correctly") void testEncodingWithMaxValues() { long maxValue = Long.MAX_VALUE; int maxFlags = Integer.MAX_VALUE; lock = new Smb2Lock(maxValue, maxValue, maxFlags); lock.encode(buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0)