Searched refs:TEST_DATA_PATH (Results 1 – 6 of 6) sorted by relevance
37 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MetadataZipFileReaderTest53 String fileLocation = TEST_DATA_PATH + "testMetadataZip.zip"; in importTable_countryCodeInZip_expectCsvTable()61 String fileLocation = TEST_DATA_PATH + "testMetadataZip.zip/"; in importTable_countryCodeNotInZip_expectEmptyCsvTable()
47 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MigrationJobTest48 private static final Path RECIPES_PATH = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv");52 String numbersPath = TEST_DATA_PATH + "testNumbersFile.txt"; in customRecipesMigration_expectMigrations()63 String numbersPath = TEST_DATA_PATH + "testNumbersFile.txt"; in customRecipesMigration_noRecipesFromCountry_expectNoMigrations()75 String numbersPath = TEST_DATA_PATH + "testNumbersFile.txt"; in customRecipes_singleMigration_unsupportedRecipeKey_expectException()95 String numbersPath = TEST_DATA_PATH + "testNumbersFile.txt"; in customRecipes_singleMigration_validKey_expectMigration()276 Path recipesPath = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv"); in createMockJobFromTestRecipes()
34 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MigrationFactoryTest35 private static final Path RECIPES_PATH = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv");51 Path fileLocation = Paths.get(TEST_DATA_PATH + "testNumbersFile.txt"); in createFromFilePath_validPathLocation_expectValidFields()
43 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MigrationUtilsTest44 private static final Path RECIPES_PATH = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv");62 String numbersPath = TEST_DATA_PATH + "testNumbersFile.txt"; in getCountryMigratableNumbers_expectMatches()
32 #define TEST_DATA_PATH "%s/data/test%ld" macro
227 msnprintf(filename, sizeof(filename), TEST_DATA_PATH, path, testno); in test2fopen()