| Class and Description |
|---|
| org.springframework.boot.test.ConfigFileApplicationContextInitializer
as of 1.4 in favor of
ConfigFileApplicationContextInitializer |
| org.springframework.boot.test.EnvironmentTestUtils
as of 1.4 in favor of
EnvironmentTestUtils |
| org.springframework.boot.test.IntegrationTestPropertiesListener
as of 1.4 as no longer used by
@IntegrationTest. |
| org.springframework.boot.test.OutputCapture
as of 1.4 in favor of
OutputCapture |
| org.springframework.boot.test.SpringApplicationContextLoader
as of 1.4 in favor of
@SpringBootTest
SpringBootContextLoader can also be
considered if absolutely necessary. |
| org.springframework.boot.test.SpringBootMockServletContext
as of 1.4 in favor of
SpringBootMockServletContext |
| org.springframework.boot.test.TestRestTemplate
as of 1.4 in favor of
TestRestTemplate |
| Annotation Type and Description |
|---|
| org.springframework.boot.test.IntegrationTest
as of 1.4 in favor of
SpringBootTest |
| org.springframework.boot.test.SpringApplicationConfiguration
as of 1.4 in favor of
SpringBootTest or direct use of
SpringBootContextLoader. |
| org.springframework.boot.test.WebIntegrationTest
as of 1.4 in favor of
SpringBootTest with
webEnvironment=RANDOM_PORT or webEnvironment=DEFINED_PORT. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.