Home / Function/ testZLIB() — netty Function Reference

testZLIB() — netty Function Reference

Architecture documentation for the testZLIB() function in ZlibTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9b5f9061_d9e5_d62f_c29a_31a2beb090eb["testZLIB()"]
  7036d690_c470_1931_3ca2_5fffb656bebb["ZlibTest"]
  9b5f9061_d9e5_d62f_c29a_31a2beb090eb -->|defined in| 7036d690_c470_1931_3ca2_5fffb656bebb
  099a1ed6_9fe3_3fd6_7405_b857b222559f["testCompressNone()"]
  9b5f9061_d9e5_d62f_c29a_31a2beb090eb -->|calls| 099a1ed6_9fe3_3fd6_7405_b857b222559f
  b023fcda_0473_29df_baf0_dfe51cb70d3c["testCompressSmall()"]
  9b5f9061_d9e5_d62f_c29a_31a2beb090eb -->|calls| b023fcda_0473_29df_baf0_dfe51cb70d3c
  c6ad729e_c0ad_fe32_83e3_3b6b2bf98e32["testCompressLarge()"]
  9b5f9061_d9e5_d62f_c29a_31a2beb090eb -->|calls| c6ad729e_c0ad_fe32_83e3_3b6b2bf98e32
  c8c6bcac_9b29_6541_75ce_64b7469a9ac5["testDecompressOnly()"]
  9b5f9061_d9e5_d62f_c29a_31a2beb090eb -->|calls| c8c6bcac_9b29_6541_75ce_64b7469a9ac5
  a207362b_c62a_5bcf_feb2_0145149ee1af["deflate()"]
  9b5f9061_d9e5_d62f_c29a_31a2beb090eb -->|calls| a207362b_c62a_5bcf_feb2_0145149ee1af
  style 9b5f9061_d9e5_d62f_c29a_31a2beb090eb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java lines 321–327

    @Test
    public void testZLIB() throws Exception {
        testCompressNone(ZlibWrapper.ZLIB, ZlibWrapper.ZLIB);
        testCompressSmall(ZlibWrapper.ZLIB, ZlibWrapper.ZLIB);
        testCompressLarge(ZlibWrapper.ZLIB, ZlibWrapper.ZLIB);
        testDecompressOnly(ZlibWrapper.ZLIB, deflate(BYTES_LARGE2), BYTES_LARGE2);
    }

Domain

Subdomains

Frequently Asked Questions

What does testZLIB() do?
testZLIB() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java.
Where is testZLIB() defined?
testZLIB() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/ZlibTest.java at line 321.
What does testZLIB() call?
testZLIB() calls 5 function(s): deflate, testCompressLarge, testCompressNone, testCompressSmall, testDecompressOnly.

Analyze Your Own Codebase

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

Try Supermodel Free