Class and Description |
---|
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
since 2.4.0 for removal in 2.6.0 in favor of
ConfigDataApplicationContextInitializer |
Method and Description |
---|
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider.assertThat()
to prevent accidental use. Prefer standard AssertJ
assertThat(context)... calls instead. |
org.springframework.boot.test.json.JsonContent.assertThat()
to prevent accidental use. Prefer standard AssertJ
assertThat(context)... calls instead. |
Constructor and Description |
---|
org.springframework.boot.test.util.TestPropertyValues.Pair(String, String)
since 2.4.0 for removal in 2.6.0 in favor of
TestPropertyValues.Pair.of(String, String) |