Home / Function/ testStackOverflowWithImmediateEventExecutorA() — netty Function Reference

testStackOverflowWithImmediateEventExecutorA() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  f4529a19_5735_b09f_69b7_721196b5ede6["testStackOverflowWithImmediateEventExecutorA()"]
  18d135a2_101c_bae7_e68f_dd4660e1fb75["DefaultPromiseTest"]
  f4529a19_5735_b09f_69b7_721196b5ede6 -->|defined in| 18d135a2_101c_bae7_e68f_dd4660e1fb75
  2c419d06_5fff_e041_a778_bbd0bca5ea10["testStackOverFlowChainedFuturesA()"]
  f4529a19_5735_b09f_69b7_721196b5ede6 -->|calls| 2c419d06_5fff_e041_a778_bbd0bca5ea10
  5f971e63_3644_1cc9_bf84_7bb3625c62cc["stackOverflowTestDepth()"]
  f4529a19_5735_b09f_69b7_721196b5ede6 -->|calls| 5f971e63_3644_1cc9_bf84_7bb3625c62cc
  style f4529a19_5735_b09f_69b7_721196b5ede6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java lines 200–204

    @Test
    public void testStackOverflowWithImmediateEventExecutorA() throws Exception {
        testStackOverFlowChainedFuturesA(stackOverflowTestDepth(), ImmediateEventExecutor.INSTANCE, true);
        testStackOverFlowChainedFuturesA(stackOverflowTestDepth(), ImmediateEventExecutor.INSTANCE, false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testStackOverflowWithImmediateEventExecutorA() do?
testStackOverflowWithImmediateEventExecutorA() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java.
Where is testStackOverflowWithImmediateEventExecutorA() defined?
testStackOverflowWithImmediateEventExecutorA() is defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java at line 200.
What does testStackOverflowWithImmediateEventExecutorA() call?
testStackOverflowWithImmediateEventExecutorA() calls 2 function(s): stackOverflowTestDepth, testStackOverFlowChainedFuturesA.

Analyze Your Own Codebase

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

Try Supermodel Free