Home / Function/ testWriteDoubleLEAfterRelease() — netty Function Reference

testWriteDoubleLEAfterRelease() — netty Function Reference

Architecture documentation for the testWriteDoubleLEAfterRelease() function in AbstractByteBufTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  76e5db45_a26e_1765_a44a_bda036fc4325["testWriteDoubleLEAfterRelease()"]
  6540f2d1_cdad_6705_dd1d_9a24e2e53242["AbstractByteBufTest"]
  76e5db45_a26e_1765_a44a_bda036fc4325 -->|defined in| 6540f2d1_cdad_6705_dd1d_9a24e2e53242
  style 76e5db45_a26e_1765_a44a_bda036fc4325 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 4191–4199

    @Test
    public void testWriteDoubleLEAfterRelease() {
        assertThrows(IllegalReferenceCountException.class, new Executable() {
            @Override
            public void execute() {
                releasedBuffer().writeDoubleLE(1);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testWriteDoubleLEAfterRelease() do?
testWriteDoubleLEAfterRelease() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java.
Where is testWriteDoubleLEAfterRelease() defined?
testWriteDoubleLEAfterRelease() is defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java at line 4191.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free