Skip to content

GraphqlTester should not have web dependencies #65

Closed
@rstoyanchev

Description

@rstoyanchev

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 modulein: webIssues related to web handlingtype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions