Class and Description |
---|
org.springframework.boot.test.util.EnvironmentTestUtils
since 2.0.0 in favor of
TestPropertyValues |
Method and Description |
---|
org.springframework.boot.test.json.JsonContent.assertThat()
in favor of AssertJ's
assertThat |
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider.assertThat()
use standard AssertJ
assertThat(context)... calls instead. |
org.springframework.boot.SpringApplication.isWebEnvironment()
since 2.0.0 in favor of
SpringApplication.getWebApplicationType() |
org.springframework.boot.SpringApplication.setWebEnvironment(boolean)
since 2.0.0 in favor of
SpringApplication.setWebApplicationType(WebApplicationType) |
org.springframework.boot.builder.SpringApplicationBuilder.web(boolean)
since 2.0.0 in favour of
SpringApplicationBuilder.web(WebApplicationType) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.