Home / Function/ runTest() — netty Function Reference

runTest() — netty Function Reference

Architecture documentation for the runTest() function in JdkSslEngineTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  26c9d431_d7e9_3f0f_c077_a396cd607cb3["runTest()"]
  30adda7f_4d88_ce9b_59a8_bf86122e30b1["JdkSslEngineTest"]
  26c9d431_d7e9_3f0f_c077_a396cd607cb3 -->|defined in| 30adda7f_4d88_ce9b_59a8_bf86122e30b1
  53efb741_5846_f89e_2045_c0f39bbe3252["testTlsExtension()"]
  53efb741_5846_f89e_2045_c0f39bbe3252 -->|calls| 26c9d431_d7e9_3f0f_c077_a396cd607cb3
  a44ad743_f758_f3bc_6345_3c2e62b59be3["testTlsExtensionNoCompatibleProtocolsNoHandshakeFailure()"]
  a44ad743_f758_f3bc_6345_3c2e62b59be3 -->|calls| 26c9d431_d7e9_3f0f_c077_a396cd607cb3
  fe41ba34_429d_b660_5140_73631e6770a4["testAlpnCompatibleProtocolsDifferentClientOrder()"]
  fe41ba34_429d_b660_5140_73631e6770a4 -->|calls| 26c9d431_d7e9_3f0f_c077_a396cd607cb3
  style 26c9d431_d7e9_3f0f_c077_a396cd607cb3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/JdkSslEngineTest.java lines 297–299

    private void runTest() throws Exception {
        runTest(PREFERRED_APPLICATION_LEVEL_PROTOCOL);
    }

Domain

Subdomains

Frequently Asked Questions

What does runTest() do?
runTest() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/JdkSslEngineTest.java.
Where is runTest() defined?
runTest() is defined in handler/src/test/java/io/netty/handler/ssl/JdkSslEngineTest.java at line 297.
What calls runTest()?
runTest() is called by 3 function(s): testAlpnCompatibleProtocolsDifferentClientOrder, testTlsExtension, testTlsExtensionNoCompatibleProtocolsNoHandshakeFailure.

Analyze Your Own Codebase

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

Try Supermodel Free