Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTestCasesTest.java78 Set<TestCases> testCaseSet = new HashSet<TestCases>(testCases.length); in testCaseNamesShouldMapToEnums() local
80 testCaseSet.add(TestCases.fromString(testCase)); in testCaseNamesShouldMapToEnums()
83 testCaseSet.add(TestCases.fromString(testCase)); in testCaseNamesShouldMapToEnums()
86 assertEquals(TestCases.values().length, testCaseSet.size()); in testCaseNamesShouldMapToEnums()