testNullDomainNamePatternsAreForbiddenInDeprecatedApi() — netty Function Reference
Architecture documentation for the testNullDomainNamePatternsAreForbiddenInDeprecatedApi() function in DomainNameMappingTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f0a0df78_f10d_67f9_75d8_53ddd520dd7b["testNullDomainNamePatternsAreForbiddenInDeprecatedApi()"] a7e40a68_a0cc_c785_e126_3c2e680ed006["DomainNameMappingTest"] f0a0df78_f10d_67f9_75d8_53ddd520dd7b -->|defined in| a7e40a68_a0cc_c785_e126_3c2e680ed006 style f0a0df78_f10d_67f9_75d8_53ddd520dd7b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/test/java/io/netty/util/DomainNameMappingTest.java lines 42–50
@Test
public void testNullDomainNamePatternsAreForbiddenInDeprecatedApi() {
assertThrows(NullPointerException.class, new Executable() {
@Override
public void execute() {
new DomainNameMapping<String>("NotFound").add(null, "Some value");
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testNullDomainNamePatternsAreForbiddenInDeprecatedApi() do?
testNullDomainNamePatternsAreForbiddenInDeprecatedApi() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/DomainNameMappingTest.java.
Where is testNullDomainNamePatternsAreForbiddenInDeprecatedApi() defined?
testNullDomainNamePatternsAreForbiddenInDeprecatedApi() is defined in common/src/test/java/io/netty/util/DomainNameMappingTest.java at line 42.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free