This commit is contained in:
Stephane Nicoll
2017-06-29 16:15:35 +02:00
parent 18ba414000
commit 5ecdee0e1b

View File

@@ -61,7 +61,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @Test
* public someTest() {
* this.contextLoader.config(UserConfig.class).env("spring.foo=biz")
* .load(context -> {
* .load(context -> {
* // assertions using the context
* });
* }