testToLowerCaseLong() — netty Function Reference
Architecture documentation for the testToLowerCaseLong() function in AsciiStringCharacterTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b6169597_8e5f_b808_a06f_322d47c2acd6["testToLowerCaseLong()"] fd37c1f8_6129_8e57_ad6d_da01ffebceb6["AsciiStringCharacterTest"] b6169597_8e5f_b808_a06f_322d47c2acd6 -->|defined in| fd37c1f8_6129_8e57_ad6d_da01ffebceb6 style b6169597_8e5f_b808_a06f_322d47c2acd6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/test/java/io/netty/util/AsciiStringCharacterTest.java lines 447–451
@Test
public void testToLowerCaseLong() {
AsciiString foo = AsciiString.of("This is a test for longer sequences");
assertEquals("this is a test for longer sequences", foo.toLowerCase().toString());
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testToLowerCaseLong() do?
testToLowerCaseLong() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/AsciiStringCharacterTest.java.
Where is testToLowerCaseLong() defined?
testToLowerCaseLong() is defined in common/src/test/java/io/netty/util/AsciiStringCharacterTest.java at line 447.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free