-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
in: testIssues related to the test moduleIssues related to the test modulein: webIssues related to web handlingIssues related to web handlingtype: enhancementA general enhancementA general enhancement
Milestone
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.
Metadata
Metadata
Assignees
Labels
in: testIssues related to the test moduleIssues related to the test modulein: webIssues related to web handlingIssues related to web handlingtype: enhancementA general enhancementA general enhancement