See: Description
Class | Description |
---|---|
ConfigFileApplicationContextInitializer | Deprecated
as of 1.4 in favor of
ConfigFileApplicationContextInitializer |
EnvironmentTestUtils | Deprecated
as of 1.4 in favor of
EnvironmentTestUtils |
IntegrationTestPropertiesListener | Deprecated
as of 1.4 as no longer used by
@IntegrationTest . |
OutputCapture | Deprecated
as of 1.4 in favor of
OutputCapture |
SpringApplicationContextLoader | Deprecated
as of 1.4 in favor of
@SpringBootTest
SpringBootContextLoader can also be considered if absolutely necessary. |
SpringBootMockServletContext | Deprecated
as of 1.4 in favor of
SpringBootMockServletContext |
TestRestTemplate | Deprecated
as of 1.4 in favor of
TestRestTemplate |
TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory |
HttpComponentsClientHttpRequestFactory to apply customizations. |
Enum | Description |
---|---|
TestRestTemplate.HttpClientOption |
Options used to customize the Apache Http Client if it is used.
|
Annotation Type | Description |
---|---|
IntegrationTest | Deprecated
as of 1.4 in favor of
SpringBootTest |
SpringApplicationConfiguration | Deprecated
as of 1.4 in favor of
SpringBootTest or direct use of
SpringBootContextLoader . |
WebIntegrationTest | Deprecated
as of 1.4 in favor of
SpringBootTest with
webEnvironment=RANDOM_PORT or webEnvironment=DEFINED_PORT . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.