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