Uses of Class
org.junittest.customtemplates_client_springconfiguration.SubscriptionTestParam
Packages that use SubscriptionTestParam
-
Uses of SubscriptionTestParam in org.junittest.customtemplates_client_springconfiguration
Methods in org.junittest.customtemplates_client_springconfiguration that return SubscriptionTestParamMethods in org.junittest.customtemplates_client_springconfiguration 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.