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. |
org.springframework.boot.test.context.SpringBootContextLoader.getArgs(MergedContextConfiguration)
since 2.2.7
|