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