Home / Function/ testInfoWithException() — netty Function Reference

testInfoWithException() — netty Function Reference

Architecture documentation for the testInfoWithException() function in InternalLoggerFactoryTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  14126bb2_4dfa_f656_59af_2e18eebb30f3["testInfoWithException()"]
  6bc946e4_0e86_42c9_31ef_46e80e7399bf["InternalLoggerFactoryTest"]
  14126bb2_4dfa_f656_59af_2e18eebb30f3 -->|defined in| 6bc946e4_0e86_42c9_31ef_46e80e7399bf
  style 14126bb2_4dfa_f656_59af_2e18eebb30f3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/logging/InternalLoggerFactoryTest.java lines 154–159

    @Test
    public void testInfoWithException() {
        final InternalLogger logger = InternalLoggerFactory.getInstance("mock");
        logger.info("a", e);
        verify(mockLogger).info("a", e);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free