Home / Function/ testInvalidSNIIsIgnoredAndNotThrow() — netty Function Reference

testInvalidSNIIsIgnoredAndNotThrow() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ConscryptOpenSslEngineInteropTest.java lines 195–201

    @MethodSource("newTestParams")
    @ParameterizedTest
    @Disabled("Disabled due a conscrypt bug")
    @Override
    public void testInvalidSNIIsIgnoredAndNotThrow(SSLEngineTestParam param) throws Exception {
        super.testInvalidSNIIsIgnoredAndNotThrow(param);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free