Home / Function/ testCompositeBufferPartialWriteDoesNotCorruptData() — netty Function Reference

testCompositeBufferPartialWriteDoesNotCorruptData() — netty Function Reference

Architecture documentation for the testCompositeBufferPartialWriteDoesNotCorruptData() function in CompositeBufferGatheringWriteTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  be7fe362_0800_65df_b12b_92be15d85b7a["testCompositeBufferPartialWriteDoesNotCorruptData()"]
  4c99b978_4cfc_fe0c_8ea0_4ff9c005d46f["CompositeBufferGatheringWriteTest"]
  be7fe362_0800_65df_b12b_92be15d85b7a -->|defined in| 4c99b978_4cfc_fe0c_8ea0_4ff9c005d46f
  3af08a09_74c8_250d_06c8_d03f30fdaf25["newRandomBytes()"]
  be7fe362_0800_65df_b12b_92be15d85b7a -->|calls| 3af08a09_74c8_250d_06c8_d03f30fdaf25
  72bb55f3_bb56_2fd5_6e44_421dae3f74fc["compositeBufferPartialWriteDoesNotCorruptDataInitServerConfig()"]
  be7fe362_0800_65df_b12b_92be15d85b7a -->|calls| 72bb55f3_bb56_2fd5_6e44_421dae3f74fc
  style be7fe362_0800_65df_b12b_92be15d85b7a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/CompositeBufferGatheringWriteTest.java lines 148–157

    @Test
    @Timeout(value = 10000, unit = TimeUnit.MILLISECONDS)
    public void testCompositeBufferPartialWriteDoesNotCorruptData(TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testCompositeBufferPartialWriteDoesNotCorruptData(serverBootstrap, bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testCompositeBufferPartialWriteDoesNotCorruptData() do?
testCompositeBufferPartialWriteDoesNotCorruptData() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/CompositeBufferGatheringWriteTest.java.
Where is testCompositeBufferPartialWriteDoesNotCorruptData() defined?
testCompositeBufferPartialWriteDoesNotCorruptData() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/CompositeBufferGatheringWriteTest.java at line 148.
What does testCompositeBufferPartialWriteDoesNotCorruptData() call?
testCompositeBufferPartialWriteDoesNotCorruptData() calls 2 function(s): compositeBufferPartialWriteDoesNotCorruptDataInitServerConfig, newRandomBytes.

Analyze Your Own Codebase

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

Try Supermodel Free