Class and Description |
---|
org.springframework.boot.test.util.EnvironmentTestUtils
since 2.0.0 in favor of
TestPropertyValues |
org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrationsAdapter
as of 2.0.0
WebMvcRegistrations has default methods (made possible
by a Java 8 baseline) and can be implemented directly without the need for this adapter |
Method and Description |
---|
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider.assertThat()
use standard AssertJ
assertThat(context)... calls instead. |
org.springframework.boot.test.json.JsonContent.assertThat()
in favor of AssertJ's
assertThat |
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.