Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.SubscriptionTestParam
Packages that use SubscriptionTestParam
Package
Description
-
Uses of SubscriptionTestParam in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
-
Uses of SubscriptionTestParam in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with parameters of type SubscriptionTestParamModifier and TypeMethodDescriptionTheSubscriptionTypeExecutorMySchema.subscriptionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscriptionTest
(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscriptionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscriptionTest
(String queryResponseDef, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscriptionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscriptionTestWithBindValues
(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscriptionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorMySchema.subscriptionTestWithBindValues
(String queryResponseDef, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.