Home / Function/ testForEachByteAfterRelease() — netty Function Reference

testForEachByteAfterRelease() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 4351–4360

    @Test
    public void testForEachByteAfterRelease() {
        assertThrows(IllegalReferenceCountException.class,
                new Executable() {
                    @Override
                    public void execute() {
                        releasedBuffer().forEachByte(new TestByteProcessor());
                    }
                });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free