Uses of Interface
org.springframework.graphql.test.tester.HttpGraphQlTester
Packages that use HttpGraphQlTester
-
Uses of HttpGraphQlTester in org.springframework.graphql.test.tester
Methods in org.springframework.graphql.test.tester that return HttpGraphQlTesterModifier and TypeMethodDescriptionHttpGraphQlTester.Builder.build()
Build theHttpGraphQlTester
instance.static HttpGraphQlTester
HttpGraphQlTester.create
(WebTestClient webTestClient) Create anHttpGraphQlTester
that uses the givenWebTestClient
.