Home / Function/ setUp() — netty Function Reference

setUp() — netty Function Reference

Architecture documentation for the setUp() function in SimpleUserEventChannelHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  5713a6e2_d757_6b58_9479_f159d476044f["setUp()"]
  4f8491d9_0a7a_344d_7b4f_ac4c0a1acd42["SimpleUserEventChannelHandlerTest"]
  5713a6e2_d757_6b58_9479_f159d476044f -->|defined in| 4f8491d9_0a7a_344d_7b4f_ac4c0a1acd42
  0d457375_da60_e621_4920_7ecb88700d1c["FooEventCatcher()"]
  5713a6e2_d757_6b58_9479_f159d476044f -->|calls| 0d457375_da60_e621_4920_7ecb88700d1c
  af3bd08a_e283_c6a3_6207_48cbf83a76b7["AllEventCatcher()"]
  5713a6e2_d757_6b58_9479_f159d476044f -->|calls| af3bd08a_e283_c6a3_6207_48cbf83a76b7
  style 5713a6e2_d757_6b58_9479_f159d476044f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/SimpleUserEventChannelHandlerTest.java lines 37–42

    @BeforeEach
    public void setUp() {
        fooEventCatcher = new FooEventCatcher();
        allEventCatcher = new AllEventCatcher();
        channel = new EmbeddedChannel(fooEventCatcher, allEventCatcher);
    }

Domain

Subdomains

Frequently Asked Questions

What does setUp() do?
setUp() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/SimpleUserEventChannelHandlerTest.java.
Where is setUp() defined?
setUp() is defined in transport/src/test/java/io/netty/channel/SimpleUserEventChannelHandlerTest.java at line 37.
What does setUp() call?
setUp() calls 2 function(s): AllEventCatcher, FooEventCatcher.

Analyze Your Own Codebase

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

Try Supermodel Free