testDecompressionOfLargeChunkOfData() — netty Function Reference
Architecture documentation for the testDecompressionOfLargeChunkOfData() function in BrotliDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3ab89e7a_a924_9c0d_2505_2ddcf3100bc2["testDecompressionOfLargeChunkOfData()"] 63f55b46_4f95_0492_5bc8_569080fc26cd["BrotliDecoderTest"] 3ab89e7a_a924_9c0d_2505_2ddcf3100bc2 -->|defined in| 63f55b46_4f95_0492_5bc8_569080fc26cd b4524d09_49ab_d052_f6f6_61f736d2c78a["testDecompression()"] 3ab89e7a_a924_9c0d_2505_2ddcf3100bc2 -->|calls| b4524d09_49ab_d052_f6f6_61f736d2c78a style 3ab89e7a_a924_9c0d_2505_2ddcf3100bc2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java lines 114–118
@ParameterizedTest
@MethodSource("largeData")
public void testDecompressionOfLargeChunkOfData(ByteBuf data) {
testDecompression(WRAPPED_BYTES_LARGE.duplicate(), data);
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does testDecompressionOfLargeChunkOfData() do?
testDecompressionOfLargeChunkOfData() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java.
Where is testDecompressionOfLargeChunkOfData() defined?
testDecompressionOfLargeChunkOfData() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java at line 114.
What does testDecompressionOfLargeChunkOfData() call?
testDecompressionOfLargeChunkOfData() 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