testResolveAllLocalhostIpv4() — netty Function Reference
Architecture documentation for the testResolveAllLocalhostIpv4() function in DnsNameResolverTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 850c9de1_fffb_8059_565a_d292519941ef["testResolveAllLocalhostIpv4()"] b6215f36_0afe_a284_a3fd_3999e90a8e97["DnsNameResolverTest"] 850c9de1_fffb_8059_565a_d292519941ef -->|defined in| b6215f36_0afe_a284_a3fd_3999e90a8e97 cacff5d5_b979_e07f_b87e_e3ad9234a7dd["testResolveAll0()"] 850c9de1_fffb_8059_565a_d292519941ef -->|calls| cacff5d5_b979_e07f_b87e_e3ad9234a7dd style 850c9de1_fffb_8059_565a_d292519941ef fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java lines 904–911
@ParameterizedTest
@EnumSource(DnsNameResolverChannelStrategy.class)
public void testResolveAllLocalhostIpv4(DnsNameResolverChannelStrategy strategy) {
assumeThat(PlatformDependent.isWindows()).isTrue();
assumeThat(WINDOWS_HOSTS_FILE_LOCALHOST_ENTRY_EXISTS).isFalse();
assumeThat(DEFAULT_RESOLVE_ADDRESS_TYPES).isNotEqualTo(ResolvedAddressTypes.IPV6_PREFERRED);
testResolveAll0(strategy, ResolvedAddressTypes.IPV4_ONLY, NetUtil.LOCALHOST4, "localhost");
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testResolveAllLocalhostIpv4() do?
testResolveAllLocalhostIpv4() is a function in the netty codebase, defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java.
Where is testResolveAllLocalhostIpv4() defined?
testResolveAllLocalhostIpv4() is defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java at line 904.
What does testResolveAllLocalhostIpv4() call?
testResolveAllLocalhostIpv4() calls 1 function(s): testResolveAll0.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free