Home / Function/ throwsIfInitialIsBiggerThenMaximum() — netty Function Reference

throwsIfInitialIsBiggerThenMaximum() — netty Function Reference

Architecture documentation for the throwsIfInitialIsBiggerThenMaximum() function in AdaptiveRecvByteBufAllocatorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a4fabb23_550d_9c00_f7a9_8c40ce6d0251["throwsIfInitialIsBiggerThenMaximum()"]
  5011819c_2beb_6635_01ff_c14382c1d5a5["AdaptiveRecvByteBufAllocatorTest"]
  a4fabb23_550d_9c00_f7a9_8c40ce6d0251 -->|defined in| 5011819c_2beb_6635_01ff_c14382c1d5a5
  style a4fabb23_550d_9c00_f7a9_8c40ce6d0251 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java lines 121–129

    @Test
    public void throwsIfInitialIsBiggerThenMaximum() {
        assertThrows(IllegalArgumentException.class, new Executable() {
            @Override
            public void execute() {
                new AdaptiveRecvByteBufAllocator(64, 4096 , 1024);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does throwsIfInitialIsBiggerThenMaximum() do?
throwsIfInitialIsBiggerThenMaximum() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java.
Where is throwsIfInitialIsBiggerThenMaximum() defined?
throwsIfInitialIsBiggerThenMaximum() is defined in transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java at line 121.

Analyze Your Own Codebase

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

Try Supermodel Free