Interface HttpGraphQlTester

All Superinterfaces:
GraphQlTester, WebGraphQlTester

public interface HttpGraphQlTester extends WebGraphQlTester
GraphQL over HTTP tester that uses WebTestClient and supports tests with or without a running server, depending on how WebTestClient is configured.
Since:
1.0.0
Author:
Rossen Stoyanchev