Class GraphQLRepositoryInvocationHandlerTest
java.lang.Object
com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandlerTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class)
public class GraphQLRepositoryInvocationHandlerTest
extends Object
This class is the superclass for the two GraphQLRepositoryInvocationHandlerTest test classes. It contains each test
that doesnt depend on the constructor, so that each of this test is executed against instances of
GraphQLRepositoryInvocationHandler
created by each of its two constructors.- Author:
- etienne-sf
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GraphQLRepositoryTestCase
protected AnotherMutationTypeExecutorMySchema
protected MyQueryTypeExecutorMySchema
protected TheSubscriptionTypeExecutorMySchema
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
graphQLRepository
-
invocationHandler
-
spyQueryExecutor
-
spyMutationExecutor
-
spySubscriptionExecutor
-
-
Constructor Details
-
GraphQLRepositoryInvocationHandlerTest
public GraphQLRepositoryInvocationHandlerTest()
-