testHumanReadableToString() — netty Function Reference
Architecture documentation for the testHumanReadableToString() function in IdleStateEventTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 5a148c26_bc38_9884_8646_02b8a42ddb87["testHumanReadableToString()"] 8ffba821_7276_c4a8_77b0_2fc6ae82ada6["IdleStateEventTest"] 5a148c26_bc38_9884_8646_02b8a42ddb87 -->|defined in| 8ffba821_7276_c4a8_77b0_2fc6ae82ada6 style 5a148c26_bc38_9884_8646_02b8a42ddb87 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/timeout/IdleStateEventTest.java lines 25–33
@Test
public void testHumanReadableToString() {
assertEquals("IdleStateEvent(READER_IDLE, first)", FIRST_READER_IDLE_STATE_EVENT.toString());
assertEquals("IdleStateEvent(READER_IDLE)", READER_IDLE_STATE_EVENT.toString());
assertEquals("IdleStateEvent(WRITER_IDLE, first)", FIRST_WRITER_IDLE_STATE_EVENT.toString());
assertEquals("IdleStateEvent(WRITER_IDLE)", WRITER_IDLE_STATE_EVENT.toString());
assertEquals("IdleStateEvent(ALL_IDLE, first)", FIRST_ALL_IDLE_STATE_EVENT.toString());
assertEquals("IdleStateEvent(ALL_IDLE)", ALL_IDLE_STATE_EVENT.toString());
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testHumanReadableToString() do?
testHumanReadableToString() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/timeout/IdleStateEventTest.java.
Where is testHumanReadableToString() defined?
testHumanReadableToString() is defined in handler/src/test/java/io/netty/handler/timeout/IdleStateEventTest.java at line 25.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free