Home / Function/ testNotLeakHeapBufferWhenWrapIllegalArgumentException() — netty Function Reference

testNotLeakHeapBufferWhenWrapIllegalArgumentException() — netty Function Reference

Architecture documentation for the testNotLeakHeapBufferWhenWrapIllegalArgumentException() function in HttpPostRequestDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2b5f4b3d_4ab6_9a87_f961_ee0957c346ef["testNotLeakHeapBufferWhenWrapIllegalArgumentException()"]
  d3dadcbe_07b1_86dc_3f34_5a56e9d1367e["HttpPostRequestDecoderTest"]
  2b5f4b3d_4ab6_9a87_f961_ee0957c346ef -->|defined in| d3dadcbe_07b1_86dc_3f34_5a56e9d1367e
  3eea7412_f0bc_938f_66da_ce94e4427ba3["testNotLeakWhenWrapIllegalArgumentException()"]
  2b5f4b3d_4ab6_9a87_f961_ee0957c346ef -->|calls| 3eea7412_f0bc_938f_66da_ce94e4427ba3
  style 2b5f4b3d_4ab6_9a87_f961_ee0957c346ef fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostRequestDecoderTest.java lines 794–802

    @Test
    public void testNotLeakHeapBufferWhenWrapIllegalArgumentException() {
        assertThrows(HttpPostRequestDecoder.ErrorDataDecoderException.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                testNotLeakWhenWrapIllegalArgumentException(Unpooled.buffer());
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testNotLeakHeapBufferWhenWrapIllegalArgumentException() do?
testNotLeakHeapBufferWhenWrapIllegalArgumentException() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostRequestDecoderTest.java.
Where is testNotLeakHeapBufferWhenWrapIllegalArgumentException() defined?
testNotLeakHeapBufferWhenWrapIllegalArgumentException() is defined in codec-http/src/test/java/io/netty/handler/codec/http/multipart/HttpPostRequestDecoderTest.java at line 794.
What does testNotLeakHeapBufferWhenWrapIllegalArgumentException() call?
testNotLeakHeapBufferWhenWrapIllegalArgumentException() 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