Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSizeWithVariousCipherCounts (0.31 seconds)

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

            }
    
            @ParameterizedTest
            @ValueSource(ints = { 1, 2, 3, 5, 10, 20 })
            @DisplayName("Should calculate size for various cipher counts")
            void testSizeWithVariousCipherCounts(int cipherCount) {
                int[] ciphers = new int[cipherCount];
                EncryptionNegotiateContext context = new EncryptionNegotiateContext(mockConfig, ciphers);
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 20.5K bytes
    - Click Count (0)
Back to Top