Home / Function/ testUsingCAsOneAandB() — netty Function Reference

testUsingCAsOneAandB() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SslContextTrustManagerTest.java lines 49–55

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

Domain

Subdomains

Calls

Frequently Asked Questions

What does testUsingCAsOneAandB() do?
testUsingCAsOneAandB() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SslContextTrustManagerTest.java.
Where is testUsingCAsOneAandB() defined?
testUsingCAsOneAandB() is defined in handler/src/test/java/io/netty/handler/ssl/SslContextTrustManagerTest.java at line 49.
What does testUsingCAsOneAandB() call?
testUsingCAsOneAandB() 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