Home
last modified time | relevance | path

Searched refs:Http2TestCases (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DHttp2TestCases.java24 public enum Http2TestCases { enum
34 Http2TestCases(String description) { in Http2TestCases() method in Http2TestCases
49 public static Http2TestCases fromString(String s) { in fromString()
52 return Http2TestCases.valueOf(s.toUpperCase()); in fromString()
DHttp2Client.java83 private String testCase = Http2TestCases.RST_AFTER_DATA.name();
167 runTest(Http2TestCases.fromString(testCase)); in run()
176 private void runTest(Http2TestCases testCase) throws Exception { in runTest()
373 for (Http2TestCases testCase : Http2TestCases.values()) { in validTestCasesHelpText()