Home / Function/ testDebugWithException() — netty Function Reference

testDebugWithException() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/logging/CommonsLoggerTest.java lines 117–125

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

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

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free