Class and Description |
---|
org.springframework.boot.test.rule.OutputCapture
since 2.2.0 in favor of
OutputCaptureRule |
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
|
org.springframework.boot.test.system.OutputCaptureRule.reset()
since 2.2.0 with no replacement
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.