Home / Function/ testNoTrafficShapping() — netty Function Reference

testNoTrafficShapping() — netty Function Reference

Architecture documentation for the testNoTrafficShapping() function in TrafficShapingHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  10a02e5a_8b37_a336_5546_fcd13e8b0aa0["testNoTrafficShapping()"]
  89b0606a_219d_4de0_ef55_0f86426aafb3["TrafficShapingHandlerTest"]
  10a02e5a_8b37_a336_5546_fcd13e8b0aa0 -->|defined in| 89b0606a_219d_4de0_ef55_0f86426aafb3
  15b5a759_6f92_1fc8_4003_b9bc533f45d2["testTrafficShapping0()"]
  10a02e5a_8b37_a336_5546_fcd13e8b0aa0 -->|calls| 15b5a759_6f92_1fc8_4003_b9bc533f45d2
  style 10a02e5a_8b37_a336_5546_fcd13e8b0aa0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 132–143

    @Test
    @Timeout(value = 10000, unit = TimeUnit.MILLISECONDS)
    public void testNoTrafficShapping(TestInfo testInfo) throws Throwable {
        currentTestName = "TEST NO TRAFFIC";
        currentTestRun = 0;
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testNoTrafficShapping(serverBootstrap, bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free