spring-boot/spring-boot-project/spring-boot-test-autoconfigure
Brian Clozel a34308e5f7 Add GraphQlTest slice
This commit adds the `@GraphQlTest` annotation which brings a new type
of sliced test for GraphQL applications. This considers all the required
infrastructure brought by `@AutoConfigureGraphQl`, but also brings
application components like `@Controller` beans and
`RuntimeWiringConfigurer`.

With this type of test, we'll only initialize a minimal setup for
testing a set of Controllers, without involving any transport-related
component.

See gh-29140
2021-12-21 08:34:15 +01:00
..
src Add GraphQlTest slice 2021-12-21 08:34:15 +01:00
build.gradle Add AutoConfigureGraphQl test annotation 2021-12-21 08:34:00 +01:00