Home / Function/ notKeyValuePairThrows() — netty Function Reference

notKeyValuePairThrows() — netty Function Reference

Architecture documentation for the notKeyValuePairThrows() function in ReadOnlyHttp2HeadersTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  339a9db8_51fb_31a9_f23e_25eb6b0b0aa2["notKeyValuePairThrows()"]
  e54a46f5_3e42_e96a_8c89_2c5628e4cbd9["ReadOnlyHttp2HeadersTest"]
  339a9db8_51fb_31a9_f23e_25eb6b0b0aa2 -->|defined in| e54a46f5_3e42_e96a_8c89_2c5628e4cbd9
  style 339a9db8_51fb_31a9_f23e_25eb6b0b0aa2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/ReadOnlyHttp2HeadersTest.java lines 34–42

    @Test
    public void notKeyValuePairThrows() {
        assertThrows(IllegalArgumentException.class, new Executable() {
            @Override
            public void execute() {
                ReadOnlyHttp2Headers.trailers(false, new AsciiString[]{ null });
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free