Home / Function/ testFileRegionCountLargerThenFile() — netty Function Reference

testFileRegionCountLargerThenFile() — netty Function Reference

Architecture documentation for the testFileRegionCountLargerThenFile() function in SocketFileRegionTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  dc677c81_2e3e_f3ff_ecb5_047b09d22ed1["testFileRegionCountLargerThenFile()"]
  1e616c1f_beb1_f204_7cd9_bc69aa429e6c["SocketFileRegionTest"]
  dc677c81_2e3e_f3ff_ecb5_047b09d22ed1 -->|defined in| 1e616c1f_beb1_f204_7cd9_bc69aa429e6c
  f57b4fd0_ce30_5126_0750_098594d0bb59["channelRead0()"]
  dc677c81_2e3e_f3ff_ecb5_047b09d22ed1 -->|calls| f57b4fd0_ce30_5126_0750_098594d0bb59
  style dc677c81_2e3e_f3ff_ecb5_047b09d22ed1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketFileRegionTest.java lines 111–119

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free