Home / Function/ testResolveAllLocalhostIpv6() — netty Function Reference

testResolveAllLocalhostIpv6() — netty Function Reference

Architecture documentation for the testResolveAllLocalhostIpv6() function in DnsNameResolverTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2c074a10_b237_bcc9_5578_a2105ee9258f["testResolveAllLocalhostIpv6()"]
  b6215f36_0afe_a284_a3fd_3999e90a8e97["DnsNameResolverTest"]
  2c074a10_b237_bcc9_5578_a2105ee9258f -->|defined in| b6215f36_0afe_a284_a3fd_3999e90a8e97
  cacff5d5_b979_e07f_b87e_e3ad9234a7dd["testResolveAll0()"]
  2c074a10_b237_bcc9_5578_a2105ee9258f -->|calls| cacff5d5_b979_e07f_b87e_e3ad9234a7dd
  style 2c074a10_b237_bcc9_5578_a2105ee9258f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java lines 913–920

    @ParameterizedTest
    @EnumSource(DnsNameResolverChannelStrategy.class)
    public void testResolveAllLocalhostIpv6(DnsNameResolverChannelStrategy strategy) {
        assumeThat(PlatformDependent.isWindows()).isTrue();
        assumeThat(WINDOWS_HOSTS_FILE_LOCALHOST_ENTRY_EXISTS).isFalse();
        assumeThat(DEFAULT_RESOLVE_ADDRESS_TYPES).isEqualTo(ResolvedAddressTypes.IPV6_PREFERRED);
        testResolveAll0(strategy, ResolvedAddressTypes.IPV6_ONLY, NetUtil.LOCALHOST6, "localhost");
    }

Domain

Subdomains

Frequently Asked Questions

What does testResolveAllLocalhostIpv6() do?
testResolveAllLocalhostIpv6() is a function in the netty codebase, defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java.
Where is testResolveAllLocalhostIpv6() defined?
testResolveAllLocalhostIpv6() is defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java at line 913.
What does testResolveAllLocalhostIpv6() call?
testResolveAllLocalhostIpv6() 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