Home / Function/ testReadUnsignedShortAfterRelease() — netty Function Reference

testReadUnsignedShortAfterRelease() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 3766–3774

    @Test
    public void testReadUnsignedShortAfterRelease() {
        assertThrows(IllegalReferenceCountException.class, new Executable() {
            @Override
            public void execute() {
                releasedBuffer().readUnsignedShort();
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free