| パッケージ | 説明 |
|---|---|
| org.springframework.boot.test.context.runner | テスト用のアプリケーションコンテキストを実行するテストユーティリティ。 |
| org.springframework.boot.test.util | 汎用テストユーティリティ。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected abstract SELF | AbstractApplicationContextRunner.newInstance(SupplierSE<C> contextFactory, ListSE<org.springframework.context.ApplicationContextInitializer<? super C>> initializers, TestPropertyValues environmentProperties, TestPropertyValues systemProperties, ClassLoaderSE classLoader, org.springframework.context.ApplicationContext parent, ListSE<Configurations> configurations) |
protected ApplicationContextRunner | ApplicationContextRunner.newInstance(SupplierSE<org.springframework.context.ConfigurableApplicationContext> contextFactory, ListSE<org.springframework.context.ApplicationContextInitializer<? super org.springframework.context.ConfigurableApplicationContext>> initializers, TestPropertyValues environmentProperties, TestPropertyValues systemProperties, ClassLoaderSE classLoader, org.springframework.context.ApplicationContext parent, ListSE<Configurations> configurations) |
protected ReactiveWebApplicationContextRunner | ReactiveWebApplicationContextRunner.newInstance(SupplierSE<ConfigurableReactiveWebApplicationContext> contextFactory, ListSE<org.springframework.context.ApplicationContextInitializer<? super ConfigurableReactiveWebApplicationContext>> initializers, TestPropertyValues environmentProperties, TestPropertyValues systemProperties, ClassLoaderSE classLoader, org.springframework.context.ApplicationContext parent, ListSE<Configurations> configurations) |
protected WebApplicationContextRunner | WebApplicationContextRunner.newInstance(SupplierSE<org.springframework.web.context.ConfigurableWebApplicationContext> contextFactory, ListSE<org.springframework.context.ApplicationContextInitializer<? super org.springframework.web.context.ConfigurableWebApplicationContext>> initializers, TestPropertyValues environmentProperties, TestPropertyValues systemProperties, ClassLoaderSE classLoader, org.springframework.context.ApplicationContext parent, ListSE<Configurations> configurations) |
| コンストラクターと説明 |
|---|
AbstractApplicationContextRunner(SupplierSE<C> contextFactory, ListSE<org.springframework.context.ApplicationContextInitializer<? super C>> initializers, TestPropertyValues environmentProperties, TestPropertyValues systemProperties, ClassLoaderSE classLoader, org.springframework.context.ApplicationContext parent, ListSE<Configurations> configurations) 新しい AbstractApplicationContextRunner インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
TestPropertyValues | TestPropertyValues.and(StringSE... pairs) プロパティを追加するビルダーメソッド。 |
static TestPropertyValues | TestPropertyValues.empty() 空の TestPropertyValues インスタンスを返します。 |
static TestPropertyValues | TestPropertyValues.of(IterableSE<StringSE> pairs) 指定されたプロパティペアが入力された、基になるマップを含む新しい TestPropertyValues を返します。 |
static TestPropertyValues | TestPropertyValues.of(StreamSE<StringSE> pairs) 指定されたプロパティペアが入力された、基になるマップを含む新しい TestPropertyValues を返します。 |
static TestPropertyValues | TestPropertyValues.of(StringSE... pairs) 指定されたプロパティペアが入力された、基になるマップを含む新しい TestPropertyValues を返します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.