Uses of Class
org.junittest.allgraphqlcases_clientpojo_springconfiguration.AllFieldCases
Packages that use AllFieldCases
-
Uses of AllFieldCases in org.junittest.allgraphqlcases_clientpojo_springconfiguration
Methods in org.junittest.allgraphqlcases_clientpojo_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_clientpojo_springconfiguration with parameters of type AllFieldCasesModifier and TypeMethodDescriptionvoidMyQueryType.setAllFieldCases(AllFieldCases allFieldCases) ################################################################################ # Complementary tests with the AllFieldCases ObjectvoidTheSubscriptionType.setAllGraphQLCasesInput(AllFieldCases allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)voidTheSubscriptionType.setAllGraphQLCasesParam(AllFieldCases allGraphQLCasesParam) voidAnotherMutationType.setCreateAllFieldCases(AllFieldCases createAllFieldCases) voidAllFieldCases.setIssue66(AllFieldCases issue66) voidMyQueryType.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)