クラスの使用
org.springframework.boot.resttestclient.TestRestTemplate
TestRestTemplate を使用するパッケージ
org.springframework.boot.resttestclient 内の TestRestTemplate 使用
修飾子と型メソッド説明TestRestTemplate.withBasicAuth(@Nullable StringSE username, @Nullable StringSE password) 指定されたusernameおよびpasswordを使用して基本認証ヘッダーを送信することを除いて、これと同じ構成で新しいTestRestTemplateを作成します。TestRestTemplate.withClientSettings(UnaryOperatorSE<HttpClientSettings> clientSettingsCustomizer) HttpClientSettingsをカスタマイズすることを除いて、これと同じ構成の新しいTestRestTemplateを作成します。TestRestTemplate.withClientSettings(HttpClientSettings clientSettings) 指定されたHttpClientSettingsを適用する点を除いて、これと同じ構成の新しいTestRestTemplateを作成します。TestRestTemplate.withCookieHandling(HttpCookieHandling cookieHandling) 指定されたHttpCookieHandlingを適用する点を除いて、これと同じ構成の新しいTestRestTemplateを作成します。TestRestTemplate.withRedirects(HttpRedirects redirects) 指定されたHttpRedirectsを適用する点を除いて、これと同じ構成の新しいTestRestTemplateを作成します。