Searched refs:testCaseSet (Results 1 – 1 of 1) sorted by relevance
78 Set<TestCases> testCaseSet = new HashSet<TestCases>(testCases.length); in testCaseNamesShouldMapToEnums() local80 testCaseSet.add(TestCases.fromString(testCase)); in testCaseNamesShouldMapToEnums()83 testCaseSet.add(TestCases.fromString(testCase)); in testCaseNamesShouldMapToEnums()86 assertEquals(TestCases.values().length, testCaseSet.size()); in testCaseNamesShouldMapToEnums()