Home / Function/ testUsingAllCAsWithDuplicates() — netty Function Reference

testUsingAllCAsWithDuplicates() — netty Function Reference

Architecture documentation for the testUsingAllCAsWithDuplicates() function in SslContextTrustManagerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e183122c_bfbf_ae1a_d583_25e6814f57f1["testUsingAllCAsWithDuplicates()"]
  78725ab9_1005_d91e_3eb0_838510c45286["SslContextTrustManagerTest"]
  e183122c_bfbf_ae1a_d583_25e6814f57f1 -->|defined in| 78725ab9_1005_d91e_3eb0_838510c45286
  ca743d5f_72b8_d15f_2c68_47954acd18ba["runTests()"]
  e183122c_bfbf_ae1a_d583_25e6814f57f1 -->|calls| ca743d5f_72b8_d15f_2c68_47954acd18ba
  style e183122c_bfbf_ae1a_d583_25e6814f57f1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SslContextTrustManagerTest.java lines 40–47

    @Test
    public void testUsingAllCAsWithDuplicates() throws Exception {
        runTests(new String[] { "tm_test_ca_1a.pem", "tm_test_ca_1b.pem",
                "tm_test_ca_2.pem", "tm_test_ca_2.pem" },
                new String[] { "tm_test_eec_1.pem", "tm_test_eec_2.pem",
                        "tm_test_eec_3.pem" },
                new boolean[] { true, true, true });
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does testUsingAllCAsWithDuplicates() do?
testUsingAllCAsWithDuplicates() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SslContextTrustManagerTest.java.
Where is testUsingAllCAsWithDuplicates() defined?
testUsingAllCAsWithDuplicates() is defined in handler/src/test/java/io/netty/handler/ssl/SslContextTrustManagerTest.java at line 40.
What does testUsingAllCAsWithDuplicates() call?
testUsingAllCAsWithDuplicates() calls 1 function(s): runTests.

Analyze Your Own Codebase

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

Try Supermodel Free