Searched refs:validateNoPriorityClashes (Results 1 – 3 of 3) sorted by relevance
53 assertTrue(zoneTree.validateNoPriorityClashes().isEmpty()); in testSimpleCountry()76 assertFalse(zoneTree.validateNoPriorityClashes().isEmpty()); in testCountryRequiringPriority()103 assertTrue(zoneTree.validateNoPriorityClashes().isEmpty()); in testCountryWithPriority()150 assertTrue(zoneTree.validateNoPriorityClashes().isEmpty()); in australiaTreeTest()
477 List<String> countryIssues = countryZoneTree.validateNoPriorityClashes(); in calculateCountryZoneUsage()
465 public List<String> validateNoPriorityClashes() { in validateNoPriorityClashes() method in CountryZoneTree