Home / Function/ testOnRemoveCalledForNonFastThreadLocalSet() — netty Function Reference

testOnRemoveCalledForNonFastThreadLocalSet() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java lines 263–268

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

Domain

Subdomains

Frequently Asked Questions

What does testOnRemoveCalledForNonFastThreadLocalSet() do?
testOnRemoveCalledForNonFastThreadLocalSet() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java.
Where is testOnRemoveCalledForNonFastThreadLocalSet() defined?
testOnRemoveCalledForNonFastThreadLocalSet() is defined in common/src/test/java/io/netty/util/concurrent/FastThreadLocalTest.java at line 263.
What does testOnRemoveCalledForNonFastThreadLocalSet() call?
testOnRemoveCalledForNonFastThreadLocalSet() 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