Home / Function/ testSliceLengthOutOfBounds() — netty Function Reference

testSliceLengthOutOfBounds() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 5039–5047

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

Domain

Subdomains

Frequently Asked Questions

What does testSliceLengthOutOfBounds() do?
testSliceLengthOutOfBounds() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java.
Where is testSliceLengthOutOfBounds() defined?
testSliceLengthOutOfBounds() is defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java at line 5039.
What does testSliceLengthOutOfBounds() call?
testSliceLengthOutOfBounds() 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