Uses of Class
org.junittest.allgraphqlcases_serverpojo_springconfiguration.AllFieldCases
Packages that use AllFieldCases
-
Uses of AllFieldCases in org.junittest.allgraphqlcases_serverpojo_springconfiguration
Methods in org.junittest.allgraphqlcases_serverpojo_springconfiguration that return AllFieldCasesModifier and TypeMethodDescriptionAllFieldCases.Builder.build()
MyQueryType.getAllFieldCases()
################################################################################ # Complementary tests with the AllFieldCases ObjectTheSubscriptionType.getAllGraphQLCasesInput()
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)TheSubscriptionType.getAllGraphQLCasesParam()
AnotherMutationType.getCreateAllFieldCases()
AllFieldCases.getIssue66()
MyQueryType.getWithListOfList()
Methods in org.junittest.allgraphqlcases_serverpojo_springconfiguration with parameters of type AllFieldCasesModifier and TypeMethodDescriptionvoid
MyQueryType.setAllFieldCases
(AllFieldCases allFieldCases) ################################################################################ # Complementary tests with the AllFieldCases Objectvoid
TheSubscriptionType.setAllGraphQLCasesInput
(AllFieldCases allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)void
TheSubscriptionType.setAllGraphQLCasesParam
(AllFieldCases allGraphQLCasesParam) void
AnotherMutationType.setCreateAllFieldCases
(AllFieldCases createAllFieldCases) void
AllFieldCases.setIssue66
(AllFieldCases issue66) void
MyQueryType.setWithListOfList
(AllFieldCases withListOfList) MyQueryType.Builder.withAllFieldCases
(AllFieldCases allFieldCasesParam) ################################################################################ # Complementary tests with the AllFieldCases ObjectTheSubscriptionType.Builder.withAllGraphQLCasesInput
(AllFieldCases allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)TheSubscriptionType.Builder.withAllGraphQLCasesParam
(AllFieldCases allGraphQLCasesParamParam) AnotherMutationType.Builder.withCreateAllFieldCases
(AllFieldCases createAllFieldCasesParam) AllFieldCases.Builder.withIssue66
(AllFieldCases issue66Param) MyQueryType.Builder.withWithListOfList
(AllFieldCases withListOfListParam)