Home / Function/ testSimpleEchoWithAdditionalExecutorAndVoidPromise() — netty Function Reference

testSimpleEchoWithAdditionalExecutorAndVoidPromise() — netty Function Reference

Architecture documentation for the testSimpleEchoWithAdditionalExecutorAndVoidPromise() function in SocketEchoTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6a974f1e_1d86_efff_c587_1b857f7040ab["testSimpleEchoWithAdditionalExecutorAndVoidPromise()"]
  baace803_1db9_4f73_c5e1_915131f09bda["SocketEchoTest"]
  6a974f1e_1d86_efff_c587_1b857f7040ab -->|defined in| baace803_1db9_4f73_c5e1_915131f09bda
  dff7703c_2c14_b3fa_56b1_2ca87c60f4fe["testSimpleEcho0()"]
  6a974f1e_1d86_efff_c587_1b857f7040ab -->|calls| dff7703c_2c14_b3fa_56b1_2ca87c60f4fe
  style 6a974f1e_1d86_efff_c587_1b857f7040ab fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketEchoTest.java lines 152–161

    @Test
    @Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
    public void testSimpleEchoWithAdditionalExecutorAndVoidPromise(TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap sb1, Bootstrap cb1) throws Throwable {
                testSimpleEchoWithAdditionalExecutorAndVoidPromise(sb1, cb1);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testSimpleEchoWithAdditionalExecutorAndVoidPromise() do?
testSimpleEchoWithAdditionalExecutorAndVoidPromise() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketEchoTest.java.
Where is testSimpleEchoWithAdditionalExecutorAndVoidPromise() defined?
testSimpleEchoWithAdditionalExecutorAndVoidPromise() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketEchoTest.java at line 152.
What does testSimpleEchoWithAdditionalExecutorAndVoidPromise() call?
testSimpleEchoWithAdditionalExecutorAndVoidPromise() calls 1 function(s): testSimpleEcho0.

Analyze Your Own Codebase

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

Try Supermodel Free