所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.assertj.core.api.AbstractAssert<S,​A> (implements org.assertj.core.api.Assert<S,​A>)
    • org.springframework.test.context.support.AbstractContextLoader (implements org.springframework.test.context.SmartContextLoader)
    • org.springframework.boot.test.json.AbstractJsonMarshalTester<T>
    • org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer<M>
    • org.springframework.test.context.support.AbstractTestContextBootstrapper (implements org.springframework.test.context.TestContextBootstrapper)
    • org.springframework.test.context.support.AbstractTestExecutionListener (implements org.springframework.core.Ordered, org.springframework.test.context.TestExecutionListener)
    • org.springframework.boot.test.util.ApplicationContextTestUtils
    • org.springframework.boot.test.json.BasicJsonTester
    • org.springframework.boot.test.context.ConfigFileApplicationContextInitializer (implements org.springframework.context.ApplicationContextInitializer<C>)
    • org.springframework.boot.test.util.EnvironmentTestUtils
    • org.openqa.selenium.htmlunit.HtmlUnitDriver (implements org.openqa.selenium.internal.FindsByClassName, org.openqa.selenium.internal.FindsByCssSelector, org.openqa.selenium.internal.FindsById, org.openqa.selenium.internal.FindsByLinkText, org.openqa.selenium.internal.FindsByName, org.openqa.selenium.internal.FindsByTagName, org.openqa.selenium.internal.FindsByXPath, org.openqa.selenium.HasCapabilities, org.openqa.selenium.interactions.HasInputDevices, org.openqa.selenium.JavascriptExecutor, org.openqa.selenium.WebDriver)
    • org.springframework.http.client.HttpComponentsClientHttpRequestFactory (implements org.springframework.http.client.ClientHttpRequestFactory, org.springframework.beans.factory.DisposableBean)
    • org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter (implements org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor)
      • org.springframework.boot.test.mock.mockito.MockitoPostProcessor (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered)
    • org.springframework.boot.test.json.JsonContent<T> (implements org.assertj.core.api.AssertProvider<A>)
    • org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer (implements org.springframework.boot.web.client.RestTemplateCustomizer)
    • org.springframework.mock.web.MockServletContext (implements javax.servlet.ServletContext)
    • org.springframework.boot.test.json.ObjectContent<T> (implements org.assertj.core.api.AssertProvider<A>)
    • org.springframework.boot.test.rule.OutputCapture (implements org.junit.rules.TestRule)
    • org.springframework.boot.test.web.client.RootUriRequestExpectationManager (implements org.springframework.test.web.client.RequestExpectationManager)
    • org.springframework.boot.web.client.RootUriTemplateHandler (implements org.springframework.web.util.UriTemplateHandler)
    • org.springframework.boot.test.web.client.TestRestTemplate
    • com.gargoylesoftware.htmlunit.WebClient (implements java.lang.AutoCloseable, java.io.Serializable)

接口分层结构

注释类型分层结构

枚举分层结构