Home / Function/ testCustomFileRegion() — netty Function Reference

testCustomFileRegion() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b67f3545_6695_a056_ecd3_ad536a9e140b["testCustomFileRegion()"]
  1e616c1f_beb1_f204_7cd9_bc69aa429e6c["SocketFileRegionTest"]
  b67f3545_6695_a056_ecd3_ad536a9e140b -->|defined in| 1e616c1f_beb1_f204_7cd9_bc69aa429e6c
  db2366bc_0ca3_2155_04d8_149186f4a6b6["supportsCustomFileRegion()"]
  b67f3545_6695_a056_ecd3_ad536a9e140b -->|calls| db2366bc_0ca3_2155_04d8_149186f4a6b6
  6eac02da_298b_00fe_bf12_0ee99a88a418["testFileRegion0()"]
  b67f3545_6695_a056_ecd3_ad536a9e140b -->|calls| 6eac02da_298b_00fe_bf12_0ee99a88a418
  style b67f3545_6695_a056_ecd3_ad536a9e140b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketFileRegionTest.java lines 70–79

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

Domain

Subdomains

Frequently Asked Questions

What does testCustomFileRegion() do?
testCustomFileRegion() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketFileRegionTest.java.
Where is testCustomFileRegion() defined?
testCustomFileRegion() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketFileRegionTest.java at line 70.
What does testCustomFileRegion() call?
testCustomFileRegion() calls 2 function(s): supportsCustomFileRegion, testFileRegion0.

Analyze Your Own Codebase

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

Try Supermodel Free