Home / Function/ assertWrapped() — netty Function Reference

assertWrapped() — netty Function Reference

Architecture documentation for the assertWrapped() function in ByteBufUtilTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  afc23043_de7e_d2bb_0163_d79677897fa6["assertWrapped()"]
  1b32157c_4c5c_4c3c_706b_1a74a9afdca7["ByteBufUtilTest"]
  afc23043_de7e_d2bb_0163_d79677897fa6 -->|defined in| 1b32157c_4c5c_4c3c_706b_1a74a9afdca7
  ef0a5460_1cb7_c545_73f0_89a599e0f1b2["testWriteUsAsciiWrapped()"]
  ef0a5460_1cb7_c545_73f0_89a599e0f1b2 -->|calls| afc23043_de7e_d2bb_0163_d79677897fa6
  61b07ff5_f0c1_3502_19b5_98e6a2df024a["testWriteUtf8Wrapped()"]
  61b07ff5_f0c1_3502_19b5_98e6a2df024a -->|calls| afc23043_de7e_d2bb_0163_d79677897fa6
  style afc23043_de7e_d2bb_0163_d79677897fa6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java lines 711–713

    private static void assertWrapped(ByteBuf buf) {
        assertInstanceOf(WrappedByteBuf.class, buf);
    }

Domain

Subdomains

Frequently Asked Questions

What does assertWrapped() do?
assertWrapped() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java.
Where is assertWrapped() defined?
assertWrapped() is defined in buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java at line 711.
What calls assertWrapped()?
assertWrapped() is called by 2 function(s): testWriteUsAsciiWrapped, testWriteUtf8Wrapped.

Analyze Your Own Codebase

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

Try Supermodel Free