Home / Function/ testOnRemoveCalledForNonFastThreadLocalGet() — netty Function Reference

testOnRemoveCalledForNonFastThreadLocalGet() — netty Function Reference

Architecture documentation for the testOnRemoveCalledForNonFastThreadLocalGet() function in FastThreadLocalTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2477f800_af92_4ac4_8ad4_9b9231b884d9["testOnRemoveCalledForNonFastThreadLocalGet()"]
  c9cb652b_4141_8af2_1f8b_c47765bb30f9["FastThreadLocalTest"]
  2477f800_af92_4ac4_8ad4_9b9231b884d9 -->|defined in| c9cb652b_4141_8af2_1f8b_c47765bb30f9
  9937339a_65f9_5ac1_da91_c4ab3f60d753["onRemoval()"]
  2477f800_af92_4ac4_8ad4_9b9231b884d9 -->|calls| 9937339a_65f9_5ac1_da91_c4ab3f60d753
  5d954afa_1341_0a60_d012_38880d7a7dee["testOnRemoveCalled()"]
  2477f800_af92_4ac4_8ad4_9b9231b884d9 -->|calls| 5d954afa_1341_0a60_d012_38880d7a7dee
  style 2477f800_af92_4ac4_8ad4_9b9231b884d9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java lines 250–255

    @Disabled("onRemoval(...) not called with non FastThreadLocal")
    @Test
    @Timeout(value = 4000, unit = TimeUnit.MILLISECONDS)
    public void testOnRemoveCalledForNonFastThreadLocalGet() throws Exception {
        testOnRemoveCalled(false, false, true);
    }

Domain

Subdomains

Frequently Asked Questions

What does testOnRemoveCalledForNonFastThreadLocalGet() do?
testOnRemoveCalledForNonFastThreadLocalGet() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java.
Where is testOnRemoveCalledForNonFastThreadLocalGet() defined?
testOnRemoveCalledForNonFastThreadLocalGet() is defined in common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java at line 250.
What does testOnRemoveCalledForNonFastThreadLocalGet() call?
testOnRemoveCalledForNonFastThreadLocalGet() calls 2 function(s): onRemoval, testOnRemoveCalled.

Analyze Your Own Codebase

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

Try Supermodel Free