testData() — netty Function Reference
Architecture documentation for the testData() function in Http3ControlStreamInboundHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 945fc66b_2ea9_4a80_e949_9d2753ab134b["testData()"] 902435e9_3b03_3141_b560_3cdae4f30cb6["Http3ControlStreamInboundHandlerTest"] 945fc66b_2ea9_4a80_e949_9d2753ab134b -->|defined in| 902435e9_3b03_3141_b560_3cdae4f30cb6 style 945fc66b_2ea9_4a80_e949_9d2753ab134b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java lines 51–59
static Collection<Object[]> testData() {
List<Object[]> config = new ArrayList<>();
for (int a = 0; a < 2; a++) {
for (int b = 0; b < 2; b++) {
config.add(new Object[] { a == 0, b == 0 });
}
}
return config;
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testData() do?
testData() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java.
Where is testData() defined?
testData() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java at line 51.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free