testDecompressionOfSmallChunkOfData() — netty Function Reference
Architecture documentation for the testDecompressionOfSmallChunkOfData() function in BrotliDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f947ac88_28c3_3642_fb59_ec0f2e6c72bf["testDecompressionOfSmallChunkOfData()"] 63f55b46_4f95_0492_5bc8_569080fc26cd["BrotliDecoderTest"] f947ac88_28c3_3642_fb59_ec0f2e6c72bf -->|defined in| 63f55b46_4f95_0492_5bc8_569080fc26cd b4524d09_49ab_d052_f6f6_61f736d2c78a["testDecompression()"] f947ac88_28c3_3642_fb59_ec0f2e6c72bf -->|calls| b4524d09_49ab_d052_f6f6_61f736d2c78a style f947ac88_28c3_3642_fb59_ec0f2e6c72bf fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java lines 108–112
@ParameterizedTest
@MethodSource("smallData")
public void testDecompressionOfSmallChunkOfData(ByteBuf data) {
testDecompression(WRAPPED_BYTES_SMALL.duplicate(), data);
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does testDecompressionOfSmallChunkOfData() do?
testDecompressionOfSmallChunkOfData() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java.
Where is testDecompressionOfSmallChunkOfData() defined?
testDecompressionOfSmallChunkOfData() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java at line 108.
What does testDecompressionOfSmallChunkOfData() call?
testDecompressionOfSmallChunkOfData() calls 1 function(s): testDecompression.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free