Home / Function/ testTraceWithException() — netty Function Reference

testTraceWithException() — netty Function Reference

Architecture documentation for the testTraceWithException() function in CommonsLoggerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e9840b45_e7b4_40c9_cf89_35ec40548e11["testTraceWithException()"]
  4d434096_9af8_4429_060e_ff690783d6b1["CommonsLoggerTest"]
  e9840b45_e7b4_40c9_cf89_35ec40548e11 -->|defined in| 4d434096_9af8_4429_060e_ff690783d6b1
  style e9840b45_e7b4_40c9_cf89_35ec40548e11 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/logging/CommonsLoggerTest.java lines 97–105

    @Test
    public void testTraceWithException() {
        Log mockLog = mock(Log.class);

        InternalLogger logger = new CommonsLogger(mockLog, "foo");
        logger.trace("a", e);

        verify(mockLog).trace("a", e);
    }

Domain

Subdomains

Frequently Asked Questions

What does testTraceWithException() do?
testTraceWithException() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/internal/logging/CommonsLoggerTest.java.
Where is testTraceWithException() defined?
testTraceWithException() is defined in common/src/test/java/io/netty/util/internal/logging/CommonsLoggerTest.java at line 97.

Analyze Your Own Codebase

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

Try Supermodel Free