Home / Function/ noExceptionInNormalOperation() — netty Function Reference

noExceptionInNormalOperation() — netty Function Reference

Architecture documentation for the noExceptionInNormalOperation() function in LeakPresenceDetectorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  77edef6e_f3ad_8ec1_3fa9_fa1092e9f2a8["noExceptionInNormalOperation()"]
  f88b124f_7485_efe9_077b_0111197ae030["LeakPresenceDetectorTest"]
  77edef6e_f3ad_8ec1_3fa9_fa1092e9f2a8 -->|defined in| f88b124f_7485_efe9_077b_0111197ae030
  c1e07c1d_d027_accb_fbdb_9e446d07149e["setUp()"]
  77edef6e_f3ad_8ec1_3fa9_fa1092e9f2a8 -->|calls| c1e07c1d_d027_accb_fbdb_9e446d07149e
  b887f07d_c953_5c25_75fe_992e00787a5a["Resource()"]
  77edef6e_f3ad_8ec1_3fa9_fa1092e9f2a8 -->|calls| b887f07d_c953_5c25_75fe_992e00787a5a
  89c4d3f9_d2b9_4cef_8f57_04fb68d21716["close()"]
  77edef6e_f3ad_8ec1_3fa9_fa1092e9f2a8 -->|calls| 89c4d3f9_d2b9_4cef_8f57_04fb68d21716
  style 77edef6e_f3ad_8ec1_3fa9_fa1092e9f2a8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/LeakPresenceDetectorTest.java lines 57–67

    @ParameterizedTest
    @MethodSource("factories")
    public void noExceptionInNormalOperation(Function<Class<?>, LeakPresenceDetector<?>> factory) {
        setUp(factory);

        Resource resource = new Resource();
        resource.close();
        resource.close();

        LeakPresenceDetector.check();
    }

Domain

Subdomains

Frequently Asked Questions

What does noExceptionInNormalOperation() do?
noExceptionInNormalOperation() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/LeakPresenceDetectorTest.java.
Where is noExceptionInNormalOperation() defined?
noExceptionInNormalOperation() is defined in common/src/test/java/io/netty/util/LeakPresenceDetectorTest.java at line 57.
What does noExceptionInNormalOperation() call?
noExceptionInNormalOperation() calls 3 function(s): Resource, close, setUp.

Analyze Your Own Codebase

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

Try Supermodel Free