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