Searched defs:countryZonesFile (Results 1 – 2 of 2) sorted by relevance
68 String countryZonesFile = createFile(tempDir, "THIS IS NOT A VALID FILE"); in invalidCountryZonesFile() local86 String countryZonesFile = createCountryZonesFile(badIanaVersionCountryZones); in invalidRulesVersion() local108 String countryZonesFile = createCountryZonesFile(countryZones); in countryWithNoTimeZoneMappings() local134 String countryZonesFile = createCountryZonesFile(countryZones); in countryWithDuplicateTimeZoneMappings() local157 String countryZonesFile = createCountryZonesFile(gbCountryZones); in badDefaultId() local180 String countryZonesFile = createCountryZonesFile(gbCountryZones); in shouldFail_whenExplicitDefaultIdBelongsToOtherCountry() local240 String countryZonesFile = createCountryZonesFile(countryZones); in countryZonesContainsNonLowercaseIsoCode() local263 String countryZonesFile = createCountryZonesFile(duplicateGbData); in countryZonesContainsDuplicate() local284 String countryZonesFile = createCountryZonesFile(countryZones); in shouldNotFail_whenCountryZonesAndZoneTabCountryMismatch() local300 String countryZonesFile = createCountryZonesFile(countryZones); in shouldNotFail_whenCountryZonesAndZoneTabDisagreeOnZones() local[all …]
294 private CountryZonesFile.CountryZones parseAndValidateCountryZones(String countryZonesFile) in parseAndValidateCountryZones()