Home / Function/ testMixedSliceAIndexOutOfBounds() — netty Function Reference

testMixedSliceAIndexOutOfBounds() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  9d00b9ad_6a6a_5222_3389_b3e0758847a7["testMixedSliceAIndexOutOfBounds()"]
  6540f2d1_cdad_6705_dd1d_9a24e2e53242["AbstractByteBufTest"]
  9d00b9ad_6a6a_5222_3389_b3e0758847a7 -->|defined in| 6540f2d1_cdad_6705_dd1d_9a24e2e53242
  9acfe879_a36b_7fe6_d3d1_1b4df9f7e8ea["testSliceOutOfBounds()"]
  9d00b9ad_6a6a_5222_3389_b3e0758847a7 -->|calls| 9acfe879_a36b_7fe6_d3d1_1b4df9f7e8ea
  style 9d00b9ad_6a6a_5222_3389_b3e0758847a7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 4989–4997

    @Test
    public void testMixedSliceAIndexOutOfBounds() {
        assertThrows(IndexOutOfBoundsException.class, new Executable() {
            @Override
            public void execute() {
                testSliceOutOfBounds(true, false, true);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testMixedSliceAIndexOutOfBounds() do?
testMixedSliceAIndexOutOfBounds() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java.
Where is testMixedSliceAIndexOutOfBounds() defined?
testMixedSliceAIndexOutOfBounds() is defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java at line 4989.
What does testMixedSliceAIndexOutOfBounds() call?
testMixedSliceAIndexOutOfBounds() calls 1 function(s): testSliceOutOfBounds.

Analyze Your Own Codebase

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

Try Supermodel Free