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