Home / Function/ testLongSame() — netty Function Reference

testLongSame() — netty Function Reference

Architecture documentation for the testLongSame() function in AbstractIntegrationTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9fcaa51a_a6ec_c219_c374_a09f978c6dff["testLongSame()"]
  60eb60f4_51df_0542_7955_f04cb7b76df6["AbstractIntegrationTest"]
  9fcaa51a_a6ec_c219_c374_a09f978c6dff -->|defined in| 60eb60f4_51df_0542_7955_f04cb7b76df6
  182a189f_cae8_5dd2_73a7_5770346ff2cd["testIdentity()"]
  9fcaa51a_a6ec_c219_c374_a09f978c6dff -->|calls| 182a189f_cae8_5dd2_73a7_5770346ff2cd
  style 9fcaa51a_a6ec_c219_c374_a09f978c6dff fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/test/java/io/netty/handler/codec/compression/AbstractIntegrationTest.java lines 142–148

    @Test
    public void testLongSame() throws Exception {
        final byte[] data = new byte[102400];
        Arrays.fill(data, (byte) 123);
        testIdentity(data, true);
        testIdentity(data, false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testLongSame() do?
testLongSame() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/AbstractIntegrationTest.java.
Where is testLongSame() defined?
testLongSame() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/AbstractIntegrationTest.java at line 142.
What does testLongSame() call?
testLongSame() calls 1 function(s): testIdentity.

Analyze Your Own Codebase

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

Try Supermodel Free