testThrowsIfInputTooBig() — netty Function Reference
Architecture documentation for the testThrowsIfInputTooBig() function in QuicConnectionIdGeneratorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 18bb98d8_1659_c752_89f7_9f4495cf5e66["testThrowsIfInputTooBig()"] 0c6761d6_a118_49ca_d21a_23b24fe8ec90["QuicConnectionIdGeneratorTest"] 18bb98d8_1659_c752_89f7_9f4495cf5e66 -->|defined in| 0c6761d6_a118_49ca_d21a_23b24fe8ec90 style 18bb98d8_1659_c752_89f7_9f4495cf5e66 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicConnectionIdGeneratorTest.java lines 54–58
@Test
public void testThrowsIfInputTooBig() {
QuicConnectionIdGenerator idGenerator = QuicConnectionIdGenerator.randomGenerator();
assertThrows(IllegalArgumentException.class, () -> idGenerator.newId(Integer.MAX_VALUE));
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testThrowsIfInputTooBig() do?
testThrowsIfInputTooBig() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicConnectionIdGeneratorTest.java.
Where is testThrowsIfInputTooBig() defined?
testThrowsIfInputTooBig() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicConnectionIdGeneratorTest.java at line 54.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free