testInvalidHighSndLowAt() — netty Function Reference
Architecture documentation for the testInvalidHighSndLowAt() function in KQueueSocketChannelConfigTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c92555bc_372c_3d1d_d5d8_eeb6a84d4105["testInvalidHighSndLowAt()"] 31852228_660c_9dba_2029_e09ec06ff61a["KQueueSocketChannelConfigTest"] c92555bc_372c_3d1d_d5d8_eeb6a84d4105 -->|defined in| 31852228_660c_9dba_2029_e09ec06ff61a style c92555bc_372c_3d1d_d5d8_eeb6a84d4105 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketChannelConfigTest.java lines 85–95
@Test
public void testInvalidHighSndLowAt() {
try {
ch.config().setSndLowAt(Integer.MIN_VALUE);
} catch (ChannelException e) {
return;
} catch (RuntimeException e) {
throw new TestAbortedException("assumeNoException", e);
}
fail();
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testInvalidHighSndLowAt() do?
testInvalidHighSndLowAt() is a function in the netty codebase, defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketChannelConfigTest.java.
Where is testInvalidHighSndLowAt() defined?
testInvalidHighSndLowAt() is defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketChannelConfigTest.java at line 85.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free