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