程序包org.springframework.boot.test.context的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.test.context.support.AbstractContextLoader (implements org.springframework.test.context.SmartContextLoader)
    • org.springframework.test.context.support.AbstractTestContextBootstrapper (implements org.springframework.test.context.TestContextBootstrapper)
    • org.springframework.boot.test.context.ConfigFileApplicationContextInitializer (implements org.springframework.context.ApplicationContextInitializer<C>)

接口分层结构

注释类型分层结构

枚举分层结构