Home / Function/ testNullDefaultValueInDeprecatedApi() — netty Function Reference

testNullDefaultValueInDeprecatedApi() — netty Function Reference

Architecture documentation for the testNullDefaultValueInDeprecatedApi() function in DomainNameMappingTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e89989b7_db47_c6b2_a37b_10c27d5ac04c["testNullDefaultValueInDeprecatedApi()"]
  a7e40a68_a0cc_c785_e126_3c2e680ed006["DomainNameMappingTest"]
  e89989b7_db47_c6b2_a37b_10c27d5ac04c -->|defined in| a7e40a68_a0cc_c785_e126_3c2e680ed006
  style e89989b7_db47_c6b2_a37b_10c27d5ac04c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/DomainNameMappingTest.java lines 32–40

    @Test
    public void testNullDefaultValueInDeprecatedApi() {
        assertThrows(NullPointerException.class, new Executable() {
            @Override
            public void execute() {
                new DomainNameMapping<String>(null);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testNullDefaultValueInDeprecatedApi() do?
testNullDefaultValueInDeprecatedApi() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/DomainNameMappingTest.java.
Where is testNullDefaultValueInDeprecatedApi() defined?
testNullDefaultValueInDeprecatedApi() is defined in common/src/test/java/io/netty/util/DomainNameMappingTest.java at line 32.

Analyze Your Own Codebase

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

Try Supermodel Free