类分层结构
- java.lang.Object
- org.springframework.test.context.support.AbstractContextLoader (implements org.springframework.test.context.SmartContextLoader) 
- org.springframework.boot.test.context.SpringBootContextLoader
 
 - org.springframework.test.context.support.AbstractTestContextBootstrapper (implements org.springframework.test.context.TestContextBootstrapper) 
- org.springframework.test.context.support.DefaultTestContextBootstrapper 
- org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
 
 - org.springframework.test.context.support.DefaultTestContextBootstrapper 
 - org.springframework.boot.test.context.ConfigFileApplicationContextInitializer (implements org.springframework.context.ApplicationContextInitializer<C>)
 
 - org.springframework.test.context.support.AbstractContextLoader (implements org.springframework.test.context.SmartContextLoader) 
 
接口分层结构
- org.springframework.boot.test.context.DefaultTestExecutionListenersPostProcessor
 
注释类型分层结构
- org.springframework.boot.test.context.SpringBootTest (implements java.lang.annotation.Annotation)
 - org.springframework.boot.test.context.TestComponent (implements java.lang.annotation.Annotation)
 - org.springframework.boot.test.context.TestConfiguration (implements java.lang.annotation.Annotation)
 
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) 
- org.springframework.boot.test.context.SpringBootTest.WebEnvironment
 
 
 - java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)