Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-38081
  • Loading branch information
mhalbritter committed Oct 27, 2023
2 parents 140ba40 + 07f7435 commit 02fae03
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -149,6 +149,8 @@ An auto-configuration can be affected by many factors: user configuration (`@Bea
Concretely, each test should create a well defined `ApplicationContext` that represents a combination of those customizations.
`ApplicationContextRunner` provides a great way to achieve that.

WARNING: `ApplicationContextRunner` doesn't work when running the tests in a native image.

`ApplicationContextRunner` is usually defined as a field of the test class to gather the base, common configuration.
The following example makes sure that `MyServiceAutoConfiguration` is always invoked:

Expand Down

0 comments on commit 02fae03

Please sign in to comment.