Home / Function/ testForEachByteDescAfterRelease1() — netty Function Reference

testForEachByteDescAfterRelease1() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 4384–4393

    @Test
    public void testForEachByteDescAfterRelease1() {
        assertThrows(IllegalReferenceCountException.class,
                new Executable() {
                    @Override
                    public void execute() {
                        releasedBuffer().forEachByteDesc(0, 1, new TestByteProcessor());
                    }
                });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free