Home / Function/ testTerminationFutureSuccessInLog() — netty Function Reference

testTerminationFutureSuccessInLog() — netty Function Reference

Architecture documentation for the testTerminationFutureSuccessInLog() function in ThreadPerChannelEventLoopGroupTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2cc502ae_2a3e_ce82_2c8b_54d2aa14a4fc["testTerminationFutureSuccessInLog()"]
  f4567ea2_d860_6e7e_51e1_01e57493fa4f["ThreadPerChannelEventLoopGroupTest"]
  2cc502ae_2a3e_ce82_2c8b_54d2aa14a4fc -->|defined in| f4567ea2_d860_6e7e_51e1_01e57493fa4f
  a1cc7dac_2447_0e97_a67a_2b155b9c5c4c["runTest()"]
  2cc502ae_2a3e_ce82_2c8b_54d2aa14a4fc -->|calls| a1cc7dac_2447_0e97_a67a_2b155b9c5c4c
  style 2cc502ae_2a3e_ce82_2c8b_54d2aa14a4fc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/ThreadPerChannelEventLoopGroupTest.java lines 47–53

    @Test
    public void testTerminationFutureSuccessInLog() throws Exception {
        for (int i = 0; i < 2; i++) {
            ThreadPerChannelEventLoopGroup loopGroup = new ThreadPerChannelEventLoopGroup(64);
            runTest(loopGroup);
        }
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does testTerminationFutureSuccessInLog() do?
testTerminationFutureSuccessInLog() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/ThreadPerChannelEventLoopGroupTest.java.
Where is testTerminationFutureSuccessInLog() defined?
testTerminationFutureSuccessInLog() is defined in transport/src/test/java/io/netty/channel/ThreadPerChannelEventLoopGroupTest.java at line 47.
What does testTerminationFutureSuccessInLog() call?
testTerminationFutureSuccessInLog() calls 1 function(s): runTest.

Analyze Your Own Codebase

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

Try Supermodel Free