Home / Function/ testSessionLocalWhenNonMutualWithoutKeyManager() — netty Function Reference

testSessionLocalWhenNonMutualWithoutKeyManager() — netty Function Reference

Architecture documentation for the testSessionLocalWhenNonMutualWithoutKeyManager() function in ConscryptOpenSslEngineInteropTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c211cddb_3d0d_3b24_b8b1_359b77240d88["testSessionLocalWhenNonMutualWithoutKeyManager()"]
  5f450024_20a6_12ea_30ff_f932eae13d0e["ConscryptOpenSslEngineInteropTest"]
  c211cddb_3d0d_3b24_b8b1_359b77240d88 -->|defined in| 5f450024_20a6_12ea_30ff_f932eae13d0e
  style c211cddb_3d0d_3b24_b8b1_359b77240d88 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ConscryptOpenSslEngineInteropTest.java lines 156–164

    @MethodSource("newTestParams")
    @ParameterizedTest
    @Override
    public void testSessionLocalWhenNonMutualWithoutKeyManager(SSLEngineTestParam param) throws Exception {
        // This only really works when the KeyManagerFactory is supported as otherwise we not really know when
        // we need to provide a cert.
        assumeTrue(OpenSsl.supportsKeyManagerFactory());
        super.testSessionLocalWhenNonMutualWithoutKeyManager(param);
    }

Domain

Subdomains

Frequently Asked Questions

What does testSessionLocalWhenNonMutualWithoutKeyManager() do?
testSessionLocalWhenNonMutualWithoutKeyManager() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/ConscryptOpenSslEngineInteropTest.java.
Where is testSessionLocalWhenNonMutualWithoutKeyManager() defined?
testSessionLocalWhenNonMutualWithoutKeyManager() is defined in handler/src/test/java/io/netty/handler/ssl/ConscryptOpenSslEngineInteropTest.java at line 156.

Analyze Your Own Codebase

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

Try Supermodel Free