Home / Function/ invalidWeightTooSmallThrows() — netty Function Reference

invalidWeightTooSmallThrows() — netty Function Reference

Architecture documentation for the invalidWeightTooSmallThrows() function in DefaultHttp2RemoteFlowControllerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  57d8c75c_9acb_fd73_45b4_3416bb081ad4["invalidWeightTooSmallThrows()"]
  f8fd7697_92d4_6455_4dd8_09a33ac81a6f["DefaultHttp2RemoteFlowControllerTest"]
  57d8c75c_9acb_fd73_45b4_3416bb081ad4 -->|defined in| f8fd7697_92d4_6455_4dd8_09a33ac81a6f
  style 57d8c75c_9acb_fd73_45b4_3416bb081ad4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 941–949

    @Test
    public void invalidWeightTooSmallThrows() {
        assertThrows(AssertionError.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                controller.updateDependencyTree(STREAM_A, STREAM_D, (short) (MIN_WEIGHT - 1), true);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does invalidWeightTooSmallThrows() do?
invalidWeightTooSmallThrows() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is invalidWeightTooSmallThrows() defined?
invalidWeightTooSmallThrows() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 941.

Analyze Your Own Codebase

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

Try Supermodel Free