Home / Function/ testRemoval() — netty Function Reference

testRemoval() — netty Function Reference

Architecture documentation for the testRemoval() function in DefaultPriorityQueueTest.java from the netty codebase.

Function java Buffer Search calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  d54705d3_ed7f_0c6d_4a79_bc857be2e3d3["testRemoval()"]
  23b282eb_d0ea_c3c7_a597_7a1f2dd6296d["DefaultPriorityQueueTest"]
  d54705d3_ed7f_0c6d_4a79_bc857be2e3d3 -->|defined in| 23b282eb_d0ea_c3c7_a597_7a1f2dd6296d
  5d19f20a_2b16_db42_4b3c_3d84e38ae42d["testRemovalTyped()"]
  5d19f20a_2b16_db42_4b3c_3d84e38ae42d -->|calls| d54705d3_ed7f_0c6d_4a79_bc857be2e3d3
  4e25103c_6e8f_a58b_a07c_3ee0c1c46f88["assertEmptyQueue()"]
  d54705d3_ed7f_0c6d_4a79_bc857be2e3d3 -->|calls| 4e25103c_6e8f_a58b_a07c_3ee0c1c46f88
  b6bcf60b_3e0d_b5a5_66f5_198b003d58f1["TestElement()"]
  d54705d3_ed7f_0c6d_4a79_bc857be2e3d3 -->|calls| b6bcf60b_3e0d_b5a5_66f5_198b003d58f1
  1d5045c6_01ae_270f_c58f_430ee227c7ea["assertOffer()"]
  d54705d3_ed7f_0c6d_4a79_bc857be2e3d3 -->|calls| 1d5045c6_01ae_270f_c58f_430ee227c7ea
  style d54705d3_ed7f_0c6d_4a79_bc857be2e3d3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/DefaultPriorityQueueTest.java lines 141–144

    @Test
    public void testRemoval() {
        testRemoval(false);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does testRemoval() do?
testRemoval() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/internal/DefaultPriorityQueueTest.java.
Where is testRemoval() defined?
testRemoval() is defined in common/src/test/java/io/netty/util/internal/DefaultPriorityQueueTest.java at line 141.
What does testRemoval() call?
testRemoval() calls 3 function(s): TestElement, assertEmptyQueue, assertOffer.
What calls testRemoval()?
testRemoval() is called by 1 function(s): testRemovalTyped.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free