spring-framework/spring-test
Sam Brannen 2c75eb8745 Support @Nested tests in MockServerContainerContextCustomizerFactory
Prior to this commit, MockServerContainerContextCustomizerFactory did
not find @WebAppConfiguration on an enclosing class and therefore
failed to create a MockServerContainerContextCustomizer for a @Nested
test class.

This commit addresses this by using TestContextAnnotationUtils to
determine if the test class is "annotated" with @WebAppConfiguration.

Closes gh-29037
2022-08-28 18:41:27 +02:00
..
src Support @Nested tests in MockServerContainerContextCustomizerFactory 2022-08-28 18:41:27 +02:00
.springBeans
spring-test.gradle Upgrade to JUnit 5.8.2 2021-11-30 12:22:31 +01:00