testInvalidFrameTypes() — netty Function Reference
Architecture documentation for the testInvalidFrameTypes() function in Http3FrameTypeValidatorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD adcfe503_db24_b063_8efc_fef0872de1eb["testInvalidFrameTypes()"] c05d3c59_db25_002a_b237_726c022d2ee2["Http3FrameTypeValidatorTest"] adcfe503_db24_b063_8efc_fef0872de1eb -->|defined in| c05d3c59_db25_002a_b237_726c022d2ee2 08d09664_e967_37ca_8df0_5d5ae4d30cd0["invalidFramesTypes()"] adcfe503_db24_b063_8efc_fef0872de1eb -->|calls| 08d09664_e967_37ca_8df0_5d5ae4d30cd0 style adcfe503_db24_b063_8efc_fef0872de1eb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameTypeValidatorTest.java lines 36–41
@Test
public void testInvalidFrameTypes() {
for (long invalidFrameType: invalidFramesTypes()) {
assertThrows(Http3Exception.class, () -> newValidator().validate(invalidFrameType, true));
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testInvalidFrameTypes() do?
testInvalidFrameTypes() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameTypeValidatorTest.java.
Where is testInvalidFrameTypes() defined?
testInvalidFrameTypes() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameTypeValidatorTest.java at line 36.
What does testInvalidFrameTypes() call?
testInvalidFrameTypes() calls 1 function(s): invalidFramesTypes.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free