| Package | Description |
|---|---|
| org.springframework.boot.test |
Classes and utilities that are useful when unit-testing Spring Boot applications.
|
| Modifier and Type | Method and Description |
|---|---|
static TestRestTemplate.HtppClientOption |
TestRestTemplate.HtppClientOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRestTemplate.HtppClientOption[] |
TestRestTemplate.HtppClientOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HtppClientOption[] httpClientOptions) |
TestRestTemplate(String username,
String password,
TestRestTemplate.HtppClientOption... httpClientOptions)
Create a new
TestRestTemplate instance with the specified credentials. |
TestRestTemplate(TestRestTemplate.HtppClientOption... httpClientOptions)
Create a new
TestRestTemplate instance. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.