Home / Function/ testSimpleEcho() — netty Function Reference

testSimpleEcho() — netty Function Reference

Architecture documentation for the testSimpleEcho() function in SctpEchoTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  54516e67_c04d_01c0_f7f4_6f88ac797f12["testSimpleEcho()"]
  2177ba03_7d58_bde9_3ea2_00c941c71319["SctpEchoTest"]
  54516e67_c04d_01c0_f7f4_6f88ac797f12 -->|defined in| 2177ba03_7d58_bde9_3ea2_00c941c71319
  ac234909_bb9d_4cc1_12c3_230310f87b1a["testSimpleEcho0()"]
  54516e67_c04d_01c0_f7f4_6f88ac797f12 -->|calls| ac234909_bb9d_4cc1_12c3_230310f87b1a
  style 54516e67_c04d_01c0_f7f4_6f88ac797f12 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/sctp/SctpEchoTest.java lines 50–59

    @Test
    public void testSimpleEcho(TestInfo testInfo) throws Throwable {
        assumeTrue(TestUtils.isSctpSupported());
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testSimpleEcho(serverBootstrap, bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testSimpleEcho() do?
testSimpleEcho() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/sctp/SctpEchoTest.java.
Where is testSimpleEcho() defined?
testSimpleEcho() is defined in testsuite/src/main/java/io/netty/testsuite/transport/sctp/SctpEchoTest.java at line 50.
What does testSimpleEcho() call?
testSimpleEcho() 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