Home / Function/ testReserveAndWriteUtf8InvalidSubsequences() — netty Function Reference

testReserveAndWriteUtf8InvalidSubsequences() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java lines 803–813

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

Domain

Subdomains

Frequently Asked Questions

What does testReserveAndWriteUtf8InvalidSubsequences() do?
testReserveAndWriteUtf8InvalidSubsequences() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java.
Where is testReserveAndWriteUtf8InvalidSubsequences() defined?
testReserveAndWriteUtf8InvalidSubsequences() is defined in buffer/src/test/java/io/netty/buffer/ByteBufUtilTest.java at line 803.
What does testReserveAndWriteUtf8InvalidSubsequences() call?
testReserveAndWriteUtf8InvalidSubsequences() 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