Home / Function/ testUtf8BytesWithSurrogates() — netty Function Reference

testUtf8BytesWithSurrogates() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  9b977a14_8e62_9142_fc1f_576792026b97["testUtf8BytesWithSurrogates()"]
  1b32157c_4c5c_4c3c_706b_1a74a9afdca7["ByteBufUtilTest"]
  9b977a14_8e62_9142_fc1f_576792026b97 -->|defined in| 1b32157c_4c5c_4c3c_706b_1a74a9afdca7
  2ab1f9da_d9f1_f574_a7cd_e0eff6cf19b0["checkUtf8Bytes()"]
  9b977a14_8e62_9142_fc1f_576792026b97 -->|calls| 2ab1f9da_d9f1_f574_a7cd_e0eff6cf19b0
  style 9b977a14_8e62_9142_fc1f_576792026b97 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java lines 954–959

    @ParameterizedTest(name = PARAMETERIZED_NAME)
    @MethodSource("noUnsafe")
    public void testUtf8BytesWithSurrogates(BufferType bufferType) {
        final String s = "a\uD800\uDC00b";
        checkUtf8Bytes(bufferType, s);
    }

Domain

Subdomains

Frequently Asked Questions

What does testUtf8BytesWithSurrogates() do?
testUtf8BytesWithSurrogates() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java.
Where is testUtf8BytesWithSurrogates() defined?
testUtf8BytesWithSurrogates() is defined in buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java at line 954.
What does testUtf8BytesWithSurrogates() call?
testUtf8BytesWithSurrogates() calls 1 function(s): checkUtf8Bytes.

Analyze Your Own Codebase

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

Try Supermodel Free