Home / Function/ testWriteUtf8InvalidSubsequences() — netty Function Reference

testWriteUtf8InvalidSubsequences() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  f41bd285_5498_7f13_01ab_efce009ad378["testWriteUtf8InvalidSubsequences()"]
  1b32157c_4c5c_4c3c_706b_1a74a9afdca7["ByteBufUtilTest"]
  f41bd285_5498_7f13_01ab_efce009ad378 -->|defined in| 1b32157c_4c5c_4c3c_706b_1a74a9afdca7
  942d730d_f2f0_4de0_4009_d7d2865c9a64["testInvalidSubsequences()"]
  f41bd285_5498_7f13_01ab_efce009ad378 -->|calls| 942d730d_f2f0_4de0_4009_d7d2865c9a64
  style f41bd285_5498_7f13_01ab_efce009ad378 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java lines 791–801

    @ParameterizedTest(name = PARAMETERIZED_NAME)
    @MethodSource("noUnsafe")
    public void testWriteUtf8InvalidSubsequences(BufferType bufferType) {
        testInvalidSubsequences(bufferType, new TestMethod() {
            @Override
            public int invoke(Object... args) {
                return ByteBufUtil.writeUtf8((ByteBuf) args[0], (String) args[1],
                        (Integer) args[2], (Integer) args[3]);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free