testAddContentExceedsMaxSize() — netty Function Reference
Architecture documentation for the testAddContentExceedsMaxSize() function in HttpDataTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 44f9a5ce_a974_c0e1_92d3_69671d515422["testAddContentExceedsMaxSize()"] 4a611c3b_ba31_9595_a764_a84839920b31["HttpDataTest"] 44f9a5ce_a974_c0e1_92d3_69671d515422 -->|defined in| 4a611c3b_ba31_9595_a764_a84839920b31 bc4abc75_ae52_880c_0d93_fcc73f12616b["doTestAddContentExceedsSize()"] 44f9a5ce_a974_c0e1_92d3_69671d515422 -->|calls| bc4abc75_ae52_880c_0d93_fcc73f12616b style 44f9a5ce_a974_c0e1_92d3_69671d515422 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpDataTest.java lines 100–104
@ParameterizedHttpDataTest
void testAddContentExceedsMaxSize(final HttpData httpData) {
httpData.setMaxSize(10);
doTestAddContentExceedsSize(httpData, "Size exceed allowed maximum capacity");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testAddContentExceedsMaxSize() do?
testAddContentExceedsMaxSize() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpDataTest.java.
Where is testAddContentExceedsMaxSize() defined?
testAddContentExceedsMaxSize() is defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpDataTest.java at line 100.
What does testAddContentExceedsMaxSize() call?
testAddContentExceedsMaxSize() calls 1 function(s): doTestAddContentExceedsSize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free