Home / Function/ testDecorationWithNull() — netty Function Reference

testDecorationWithNull() — netty Function Reference

Architecture documentation for the testDecorationWithNull() function in AbstractDecoratingHttp2ConnectionDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  89d8b3de_a9c6_4391_461f_680c602b1674["testDecorationWithNull()"]
  5ec6267a_960f_7481_3d25_13fe5ad76b37["AbstractDecoratingHttp2ConnectionDecoderTest"]
  89d8b3de_a9c6_4391_461f_680c602b1674 -->|defined in| 5ec6267a_960f_7481_3d25_13fe5ad76b37
  style 89d8b3de_a9c6_4391_461f_680c602b1674 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/AbstractDecoratingHttp2ConnectionDecoderTest.java lines 53–60

    @Test
    public void testDecorationWithNull() {
        Http2ConnectionDecoder delegate = mock(Http2ConnectionDecoder.class);

        DecoratingHttp2ConnectionDecoder decoder = newDecoder(delegate);
        decoder.frameListener(null);
        assertNull(decoder.frameListener());
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free