testAddresses() — netty Function Reference
Architecture documentation for the testAddresses() function in SocketAddressesTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b9cb1de4_fb03_9b02_7a4a_215d2d9ea493["testAddresses()"] 57041562_b94a_7eb6_b785_675ad5e0224f["SocketAddressesTest"] b9cb1de4_fb03_9b02_7a4a_215d2d9ea493 -->|defined in| 57041562_b94a_7eb6_b785_675ad5e0224f eadb0567_b97c_d8aa_71f0_a10c1f5071f7["testAddressesConnectWithoutLocalAddress()"] eadb0567_b97c_d8aa_71f0_a10c1f5071f7 -->|calls| b9cb1de4_fb03_9b02_7a4a_215d2d9ea493 7fee8c39_de76_48f3_49cd_b15dfa71b38c["assertAddress()"] b9cb1de4_fb03_9b02_7a4a_215d2d9ea493 -->|calls| 7fee8c39_de76_48f3_49cd_b15dfa71b38c style b9cb1de4_fb03_9b02_7a4a_215d2d9ea493 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketAddressesTest.java lines 36–45
@Test
@Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
public void testAddresses(TestInfo testInfo) throws Throwable {
run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
testAddresses(serverBootstrap, bootstrap, true);
}
});
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testAddresses() do?
testAddresses() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketAddressesTest.java.
Where is testAddresses() defined?
testAddresses() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketAddressesTest.java at line 36.
What does testAddresses() call?
testAddresses() calls 1 function(s): assertAddress.
What calls testAddresses()?
testAddresses() is called by 1 function(s): testAddressesConnectWithoutLocalAddress.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free