Home / Class/ CommonsLoggingTest Class — netty Architecture

CommonsLoggingTest Class — netty Architecture

Architecture documentation for the CommonsLoggingTest class in CommonsLoggingTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  5fd903e6_de2e_b89c_c2ac_c8c723eb9ebf["CommonsLoggingTest"]
  71ad8dee_35c7_5227_ab3a_3a0cd36ca798["CommonsLoggingTest.java"]
  5fd903e6_de2e_b89c_c2ac_c8c723eb9ebf -->|defined in| 71ad8dee_35c7_5227_ab3a_3a0cd36ca798
  8d9b3f35_0298_073c_d423_f24fe086aad8["testSetLoggerFactory()"]
  5fd903e6_de2e_b89c_c2ac_c8c723eb9ebf -->|method| 8d9b3f35_0298_073c_d423_f24fe086aad8

Relationship Graph

Source Code

testsuite-jpms/src/test/java/io/netty/testsuite_jpms/it/CommonsLoggingTest.java lines 23–30

public class CommonsLoggingTest {

    @Test
    public void testSetLoggerFactory() {
        // Only proves we are using the correct module name, but that is enough
        InternalLoggerFactory.setDefaultFactory(new CommonsLoggerFactory());
    }
}

Frequently Asked Questions

What is the CommonsLoggingTest class?
CommonsLoggingTest is a class in the netty codebase, defined in testsuite-jpms/src/test/java/io/netty/testsuite_jpms/it/CommonsLoggingTest.java.
Where is CommonsLoggingTest defined?
CommonsLoggingTest is defined in testsuite-jpms/src/test/java/io/netty/testsuite_jpms/it/CommonsLoggingTest.java at line 23.

Analyze Your Own Codebase

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

Try Supermodel Free