- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for shouldHandleTypicalNTFSConfiguration (0.43 seconds)
-
src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java
@DisplayName("Edge Cases and Real-World Scenarios") class EdgeCasesAndRealWorldTests { @Test @DisplayName("Should handle typical Windows NTFS configuration") void shouldHandleTypicalNTFSConfiguration() throws SMBProtocolDecodingException { // Given - typical NTFS: 4KB clusters (8 sectors * 512 bytes) long totalClusters = 26214400L; // 100GB / 4KBCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 25.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
@DisplayName("Edge Cases and Real-World Scenarios") class EdgeCasesAndRealWorldTests { @Test @DisplayName("Should handle typical Windows NTFS configuration") void shouldHandleTypicalNTFSConfiguration() throws SMBProtocolDecodingException { // Given - typical NTFS: 4KB clusters (8 sectors * 512 bytes) long totalClusters = 26214400L; // 100GB / 4KBCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 30.5K bytes - Click Count (0)