GraphqlTester should not have web dependencies #65
Labels
in: test
Issues related to the test module
in: web
Issues related to web handling
type: enhancement
A general enhancement
Milestone
There is nothing in
GraphQlTester
that is web specific, apart from the factory methods acceptingWebTestClient
andWebGraphqlHandler
, but that'll change as we add web specific inputs for #64.We can create a
WebGraphQlTester
that extendsGraphQlTester
, allows additional, web-specific inputs, and exposes web-specific factory methods, whileGraphQlTester
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.The text was updated successfully, but these errors were encountered: