Home / Function/ testValidDomainNameUmlaut() — netty Function Reference

testValidDomainNameUmlaut() — netty Function Reference

Architecture documentation for the testValidDomainNameUmlaut() function in AbstractDnsRecordTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  84e9ea37_69f9_c3cc_812b_77b14114b8a1["testValidDomainNameUmlaut()"]
  b7f4973a_b308_2c2d_c027_e761421b848b["AbstractDnsRecordTest"]
  84e9ea37_69f9_c3cc_812b_77b14114b8a1 -->|defined in| b7f4973a_b308_2c2d_c027_e761421b848b
  style 84e9ea37_69f9_c3cc_812b_77b14114b8a1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-dns/src/test/java/io/netty/handler/codec/dns/AbstractDnsRecordTest.java lines 33–38

    @Test
    public void testValidDomainNameUmlaut() {
        String name = "ä";
        AbstractDnsRecord record = new AbstractDnsRecord(name, DnsRecordType.A, 0) { };
        assertEquals("xn--4ca.", record.name());
    }

Domain

Subdomains

Frequently Asked Questions

What does testValidDomainNameUmlaut() do?
testValidDomainNameUmlaut() is a function in the netty codebase, defined in codec-dns/src/test/java/io/netty/handler/codec/dns/AbstractDnsRecordTest.java.
Where is testValidDomainNameUmlaut() defined?
testValidDomainNameUmlaut() is defined in codec-dns/src/test/java/io/netty/handler/codec/dns/AbstractDnsRecordTest.java at line 33.

Analyze Your Own Codebase

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

Try Supermodel Free