Searched refs:testedFruits (Results 1 – 1 of 1) sorted by relevance
15 private static Set<Fruit> testedFruits = new HashSet<Fruit>(); field in ParametersForEnumTest19 assertThat(testedFruits).contains(Fruit.class.getEnumConstants()); in checkAllFruitsTested()25 testedFruits.add(fruit); in testAFruit()