Rename package for GraphQLTester

This commit is contained in:
Rossen Stoyanchev
2021-04-26 21:59:41 +01:00
parent b6cc9e4dd5
commit 00b01ee524
11 changed files with 31 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.graphql.web.WebGraphQLService;
import org.springframework.graphql.test.query.GraphQLTester;
import org.springframework.graphql.test.tester.GraphQLTester;
/**
* GraphQL query tests directly via {@link GraphQL}.

View File

@@ -24,7 +24,7 @@ import reactor.test.StepVerifier;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.graphql.web.WebGraphQLService;
import org.springframework.graphql.test.query.GraphQLTester;
import org.springframework.graphql.test.tester.GraphQLTester;
/**
* GraphQL subscription tests directly via {@link GraphQL}.