Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for provideCipherArrays (0.16 seconds)

  1. src/test/java/jcifs/internal/smb2/nego/NegotiateContextResponseTest.java

                // Assert
                assertEquals(2, decodedSize);
                assertEquals(0, context.getCiphers().length);
            }
    
            @ParameterizedTest
            @MethodSource("provideCipherArrays")
            @DisplayName("Should calculate size correctly for different cipher counts")
            void testSizeCalculation(int[] ciphers, int expectedSize) {
                // Arrange
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 07:14:38 GMT 2025
    - 19.4K bytes
    - Click Count (0)
Back to Top