Home / Function/ testInvalidCipherJdk() — netty Function Reference

testInvalidCipherJdk() — netty Function Reference

Architecture documentation for the testInvalidCipherJdk() function in SslContextBuilderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2bd4ac66_bac0_0212_0af7_1ed1aaf03b26["testInvalidCipherJdk()"]
  a1363dc7_e5a9_fb44_bb34_1e17132005fa["SslContextBuilderTest"]
  2bd4ac66_bac0_0212_0af7_1ed1aaf03b26 -->|defined in| a1363dc7_e5a9_fb44_bb34_1e17132005fa
  9c3293d9_7b9e_8b99_3861_e89ca4aaa01f["testInvalidCipher()"]
  2bd4ac66_bac0_0212_0af7_1ed1aaf03b26 -->|calls| 9c3293d9_7b9e_8b99_3861_e89ca4aaa01f
  style 2bd4ac66_bac0_0212_0af7_1ed1aaf03b26 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SslContextBuilderTest.java lines 226–235

    @Test
    public void testInvalidCipherJdk() throws Exception {
        OpenSsl.ensureAvailability();
        assertThrows(IllegalArgumentException.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                testInvalidCipher(SslProvider.JDK);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testInvalidCipherJdk() do?
testInvalidCipherJdk() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SslContextBuilderTest.java.
Where is testInvalidCipherJdk() defined?
testInvalidCipherJdk() is defined in handler/src/test/java/io/netty/handler/ssl/SslContextBuilderTest.java at line 226.
What does testInvalidCipherJdk() call?
testInvalidCipherJdk() calls 1 function(s): testInvalidCipher.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free