Constructor and Description |
---|
org.springframework.boot.test.context.runner.AbstractApplicationContextRunner(Supplier<C>)
since 2.6.0 for removal in 3.0.0 in favor of
AbstractApplicationContextRunner(Supplier, Function) |
org.springframework.boot.test.context.runner.AbstractApplicationContextRunner(Supplier<C>, boolean, List<ApplicationContextInitializer<? super C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner.BeanRegistration<?>>, List<Configurations>)
since 2.6.0 for removal in 3.0.0 in favor of
AbstractApplicationContextRunner(Supplier, Function) |