testOsClassifiersPropertyEmpty() — netty Function Reference
Architecture documentation for the testOsClassifiersPropertyEmpty() function in OsClassifiersTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2801f405_f718_a905_b27b_b20cfa89513a["testOsClassifiersPropertyEmpty()"] 9e5da98b_558f_f85d_cbb6_fcefcb3a3867["OsClassifiersTest"] 2801f405_f718_a905_b27b_b20cfa89513a -->|defined in| 9e5da98b_558f_f85d_cbb6_fcefcb3a3867 style 2801f405_f718_a905_b27b_b20cfa89513a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/test/java/io/netty/util/internal/OsClassifiersTest.java lines 54–62
@Test
void testOsClassifiersPropertyEmpty() {
// empty property -Dio.netty.osClassifiers
systemProperties.setProperty(OS_CLASSIFIERS_PROPERTY, "");
Set<String> available = new LinkedHashSet<>(2);
boolean added = PlatformDependent.addPropertyOsClassifiers(available);
assertTrue(added);
assertTrue(available.isEmpty());
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testOsClassifiersPropertyEmpty() do?
testOsClassifiersPropertyEmpty() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/internal/OsClassifiersTest.java.
Where is testOsClassifiersPropertyEmpty() defined?
testOsClassifiersPropertyEmpty() is defined in common/src/test/java/io/netty/util/internal/OsClassifiersTest.java at line 54.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free