Home / Function/ testToUpperCaseLong() — netty Function Reference

testToUpperCaseLong() — netty Function Reference

Architecture documentation for the testToUpperCaseLong() function in AsciiStringCharacterTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8d3ad6d8_ced0_0f81_e59e_53e5b8a957c4["testToUpperCaseLong()"]
  fd37c1f8_6129_8e57_ad6d_da01ffebceb6["AsciiStringCharacterTest"]
  8d3ad6d8_ced0_0f81_e59e_53e5b8a957c4 -->|defined in| fd37c1f8_6129_8e57_ad6d_da01ffebceb6
  style 8d3ad6d8_ced0_0f81_e59e_53e5b8a957c4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/AsciiStringCharacterTest.java lines 459–463

    @Test
    public void testToUpperCaseLong() {
        AsciiString foo = AsciiString.of("This is a test for longer sequences");
        assertEquals("THIS IS A TEST FOR LONGER SEQUENCES", foo.toUpperCase().toString());
    }

Domain

Subdomains

Frequently Asked Questions

What does testToUpperCaseLong() do?
testToUpperCaseLong() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/AsciiStringCharacterTest.java.
Where is testToUpperCaseLong() defined?
testToUpperCaseLong() is defined in common/src/test/java/io/netty/util/AsciiStringCharacterTest.java at line 459.

Analyze Your Own Codebase

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

Try Supermodel Free