Home / Function/ testSniSNIMatcherDoesNotMatchClient() — netty Function Reference

testSniSNIMatcherDoesNotMatchClient() — netty Function Reference

Architecture documentation for the testSniSNIMatcherDoesNotMatchClient() function in SniClientTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6e9e8ebe_6e1e_b494_8130_c943cd3653dd["testSniSNIMatcherDoesNotMatchClient()"]
  03760603_e76a_2487_b3a8_7faf239ef462["SniClientTest"]
  6e9e8ebe_6e1e_b494_8130_c943cd3653dd -->|defined in| 03760603_e76a_2487_b3a8_7faf239ef462
  b5f56e00_c555_2f1e_8389_b36b8ea4bf9c["testSniClient()"]
  6e9e8ebe_6e1e_b494_8130_c943cd3653dd -->|calls| b5f56e00_c555_2f1e_8389_b36b8ea4bf9c
  style 6e9e8ebe_6e1e_b494_8130_c943cd3653dd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SniClientTest.java lines 78–89

    @ParameterizedTest(name = PARAMETERIZED_NAME)
    @Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
    @MethodSource("parameters")
    public void testSniSNIMatcherDoesNotMatchClient(
            final SslProvider serverProvider, final SslProvider clientProvider) {
        assertThrows(SSLException.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                SniClientJava8TestUtil.testSniClient(serverProvider, clientProvider, false);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testSniSNIMatcherDoesNotMatchClient() do?
testSniSNIMatcherDoesNotMatchClient() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SniClientTest.java.
Where is testSniSNIMatcherDoesNotMatchClient() defined?
testSniSNIMatcherDoesNotMatchClient() is defined in handler/src/test/java/io/netty/handler/ssl/SniClientTest.java at line 78.
What does testSniSNIMatcherDoesNotMatchClient() call?
testSniSNIMatcherDoesNotMatchClient() calls 1 function(s): testSniClient.

Analyze Your Own Codebase

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

Try Supermodel Free