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