Home / Function/ testListenerNotifyLater() — netty Function Reference

testListenerNotifyLater() — netty Function Reference

Architecture documentation for the testListenerNotifyLater() function in DefaultPromiseTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4df87115_ef36_cd77_cec7_5ef05afe4c3b["testListenerNotifyLater()"]
  18d135a2_101c_bae7_e68f_dd4660e1fb75["DefaultPromiseTest"]
  4df87115_ef36_cd77_cec7_5ef05afe4c3b -->|defined in| 18d135a2_101c_bae7_e68f_dd4660e1fb75
  7ea2f073_8f06_492d_3ce0_3651a2c14c01["TestEventExecutor()"]
  4df87115_ef36_cd77_cec7_5ef05afe4c3b -->|calls| 7ea2f073_8f06_492d_3ce0_3651a2c14c01
  8a5571f5_2006_3c17_8a8a_593a884241a7["execute()"]
  4df87115_ef36_cd77_cec7_5ef05afe4c3b -->|calls| 8a5571f5_2006_3c17_8a8a_593a884241a7
  91d7c04c_78df_5079_c536_a87d3e68b6fb["run()"]
  4df87115_ef36_cd77_cec7_5ef05afe4c3b -->|calls| 91d7c04c_78df_5079_c536_a87d3e68b6fb
  817c8cdd_038c_e049_c910_fd52454e0e8d["shutdownGracefully()"]
  4df87115_ef36_cd77_cec7_5ef05afe4c3b -->|calls| 817c8cdd_038c_e049_c910_fd52454e0e8d
  style 4df87115_ef36_cd77_cec7_5ef05afe4c3b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java lines 299–306

    @Test
    public void testListenerNotifyLater() throws Exception {
        // Testing first execution path in DefaultPromise
        testListenerNotifyLater(1);

        // Testing second execution path in DefaultPromise
        testListenerNotifyLater(2);
    }

Domain

Subdomains

Frequently Asked Questions

What does testListenerNotifyLater() do?
testListenerNotifyLater() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java.
Where is testListenerNotifyLater() defined?
testListenerNotifyLater() is defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java at line 299.
What does testListenerNotifyLater() call?
testListenerNotifyLater() calls 4 function(s): TestEventExecutor, execute, run, shutdownGracefully.

Analyze Your Own Codebase

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

Try Supermodel Free