- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for shouldHandleEmptyDiskScenario (0.7 sec)
-
src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java
assertEquals(0L, fileFsSizeInfo.getFree()); } @Test @DisplayName("Should handle empty disk scenario") void shouldHandleEmptyDiskScenario() throws SMBProtocolDecodingException { // Given - disk with all space free long totalUnits = 1000000L; ByteBuffer buffer = ByteBuffer.allocate(24);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
assertEquals(0L, fileFsFullSizeInfo.getFree()); } @Test @DisplayName("Should handle empty disk scenario") void shouldHandleEmptyDiskScenario() throws SMBProtocolDecodingException { // Given - disk with all space free long totalUnits = 1000000L; ByteBuffer buffer = ByteBuffer.allocate(32);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.5K bytes - Viewed (0)