assertCompositeBufCreated() — netty Function Reference
Architecture documentation for the assertCompositeBufCreated() function in AbstractCompositeByteBufTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b97c04eb_7d87_ba32_f1ef_da7eb198a9e0["assertCompositeBufCreated()"] 47bc0a20_e243_89ff_132b_99ac6b23835f["AbstractCompositeByteBufTest"] b97c04eb_7d87_ba32_f1ef_da7eb198a9e0 -->|defined in| 47bc0a20_e243_89ff_132b_99ac6b23835f 92dea3bd_10ab_78ec_8a5b_6beac180df7a["testComponentsEqualToLowerBound()"] 92dea3bd_10ab_78ec_8a5b_6beac180df7a -->|calls| b97c04eb_7d87_ba32_f1ef_da7eb198a9e0 92b4f796_2d8d_daa3_f5ae_182990b1a4eb["testComponentsGreaterThanLowerBound()"] 92b4f796_2d8d_daa3_f5ae_182990b1a4eb -->|calls| b97c04eb_7d87_ba32_f1ef_da7eb198a9e0 2b9d825e_3872_7ca7_6fa2_43af2b5c9ac8["CompositeByteBuf()"] b97c04eb_7d87_ba32_f1ef_da7eb198a9e0 -->|calls| 2b9d825e_3872_7ca7_6fa2_43af2b5c9ac8 style b97c04eb_7d87_ba32_f1ef_da7eb198a9e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java lines 1564–1569
private static void assertCompositeBufCreated(int expectedMaxComponents) {
CompositeByteBuf buf = new CompositeByteBuf(ALLOC, true, expectedMaxComponents);
assertEquals(expectedMaxComponents, buf.maxNumComponents());
assertTrue(buf.release());
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does assertCompositeBufCreated() do?
assertCompositeBufCreated() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java.
Where is assertCompositeBufCreated() defined?
assertCompositeBufCreated() is defined in buffer/src/test/java/io/netty/buffer/AbstractCompositeByteBufTest.java at line 1564.
What does assertCompositeBufCreated() call?
assertCompositeBufCreated() calls 1 function(s): CompositeByteBuf.
What calls assertCompositeBufCreated()?
assertCompositeBufCreated() is called by 2 function(s): testComponentsEqualToLowerBound, testComponentsGreaterThanLowerBound.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free