Uses of Class
io.grpc.testing.integration.TestCases
-
-
Uses of TestCases in io.grpc.testing.integration
Methods in io.grpc.testing.integration that return TestCases Modifier and Type Method Description static TestCasesTestCases. fromString(java.lang.String s)Returns theTestCasesmatching the strings.static TestCasesTestCases. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TestCases[]TestCases. values()Returns an array containing the constants of this enum type, in the order they are declared.
-