Closed
Description
There is nothing in GraphQlTester
that is web specific, apart from the factory methods accepting WebTestClient
and WebGraphqlHandler
, but that'll change as we add web specific inputs for #64.
We can create a WebGraphQlTester
that extends GraphQlTester
, allows additional, web-specific inputs, and exposes web-specific factory methods, while GraphQlTester
remains neutral to the underlying transport it is used with. In the future we may have other such extensions, for example for testing GraphQL requests over RSocket.