程序包org.springframework.boot.test.context.runner的分层结构
类分层结构
- java.lang.Object
- org.springframework.boot.test.context.runner.AbstractApplicationContextRunner<SELF,
C, A> - org.springframework.boot.test.context.runner.ApplicationContextRunner
- org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
- org.springframework.boot.test.context.runner.WebApplicationContextRunner
- org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration<T>
- org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.RunnerConfiguration<C>
- org.springframework.boot.test.context.runner.AbstractApplicationContextRunner<SELF,
接口分层结构
- org.springframework.boot.test.context.runner.ContextConsumer<C>