testNotLeakDirectBufferWhenWrapIllegalArgumentException() — netty Function Reference
Architecture documentation for the testNotLeakDirectBufferWhenWrapIllegalArgumentException() function in HttpPostRequestDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3017194e_77f7_45c8_0a99_25a0e4c8068b["testNotLeakDirectBufferWhenWrapIllegalArgumentException()"] d3dadcbe_07b1_86dc_3f34_5a56e9d1367e["HttpPostRequestDecoderTest"] 3017194e_77f7_45c8_0a99_25a0e4c8068b -->|defined in| d3dadcbe_07b1_86dc_3f34_5a56e9d1367e 3eea7412_f0bc_938f_66da_ce94e4427ba3["testNotLeakWhenWrapIllegalArgumentException()"] 3017194e_77f7_45c8_0a99_25a0e4c8068b -->|calls| 3eea7412_f0bc_938f_66da_ce94e4427ba3 style 3017194e_77f7_45c8_0a99_25a0e4c8068b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostRequestDecoderTest.java lines 784–792
@Test
public void testNotLeakDirectBufferWhenWrapIllegalArgumentException() {
assertThrows(HttpPostRequestDecoder.ErrorDataDecoderException.class, new Executable() {
@Override
public void execute() {
testNotLeakWhenWrapIllegalArgumentException(Unpooled.directBuffer());
}
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testNotLeakDirectBufferWhenWrapIllegalArgumentException() do?
testNotLeakDirectBufferWhenWrapIllegalArgumentException() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostRequestDecoderTest.java.
Where is testNotLeakDirectBufferWhenWrapIllegalArgumentException() defined?
testNotLeakDirectBufferWhenWrapIllegalArgumentException() is defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostRequestDecoderTest.java at line 784.
What does testNotLeakDirectBufferWhenWrapIllegalArgumentException() call?
testNotLeakDirectBufferWhenWrapIllegalArgumentException() calls 1 function(s): testNotLeakWhenWrapIllegalArgumentException.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free