Home / Function/ testPubRelMessage() — netty Function Reference

testPubRelMessage() — netty Function Reference

Architecture documentation for the testPubRelMessage() function in MqttCodecTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f318aef9_10dc_1234_3eea_a5f632f95bad["testPubRelMessage()"]
  f4aba1d9_6b30_ec96_9eaa_4c5557b5796d["MqttCodecTest"]
  f318aef9_10dc_1234_3eea_a5f632f95bad -->|defined in| f4aba1d9_6b30_ec96_9eaa_4c5557b5796d
  f8756269_c8e6_1499_8b7a_a203f7aa8e0b["testMessageWithOnlyFixedHeaderAndMessageIdVariableHeader()"]
  f318aef9_10dc_1234_3eea_a5f632f95bad -->|calls| f8756269_c8e6_1499_8b7a_a203f7aa8e0b
  style f318aef9_10dc_1234_3eea_a5f632f95bad fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-mqtt/src/test/java/io/netty/handler/codec/mqtt/MqttCodecTest.java lines 312–315

    @Test
    public void testPubRelMessage() throws Exception {
        testMessageWithOnlyFixedHeaderAndMessageIdVariableHeader(MqttMessageType.PUBREL);
    }

Domain

Subdomains

Frequently Asked Questions

What does testPubRelMessage() do?
testPubRelMessage() is a function in the netty codebase, defined in codec-mqtt/src/test/java/io/netty/handler/codec/mqtt/MqttCodecTest.java.
Where is testPubRelMessage() defined?
testPubRelMessage() is defined in codec-mqtt/src/test/java/io/netty/handler/codec/mqtt/MqttCodecTest.java at line 312.
What does testPubRelMessage() call?
testPubRelMessage() calls 1 function(s): testMessageWithOnlyFixedHeaderAndMessageIdVariableHeader.

Analyze Your Own Codebase

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

Try Supermodel Free