Home
last modified time | relevance | path

Searched refs:TEST_DATA_PATH (Results 1 – 6 of 6) sorted by relevance

/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
DMetadataZipFileReaderTest.java37 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MetadataZipFileReaderTest
53 String fileLocation = TEST_DATA_PATH + "testMetadataZip.zip"; in importTable_countryCodeInZip_expectCsvTable()
61 String fileLocation = TEST_DATA_PATH + "testMetadataZip.zip/"; in importTable_countryCodeNotInZip_expectEmptyCsvTable()
DMigrationJobTest.java47 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MigrationJobTest
48 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()
DMigrationFactoryTest.java34 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MigrationFactoryTest
35 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()
DMigrationUtilsTest.java43 …private static final String TEST_DATA_PATH = "./src/test/java/com/google/phonenumbers/migrator/tes… field in MigrationUtilsTest
44 private static final Path RECIPES_PATH = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv");
62 String numbersPath = TEST_DATA_PATH + "testNumbersFile.txt"; in getCountryMigratableNumbers_expectMatches()
/third_party/curl/tests/server/
Dutil.h32 #define TEST_DATA_PATH "%s/data/test%ld" macro
Dutil.c227 msnprintf(filename, sizeof(filename), TEST_DATA_PATH, path, testno); in test2fopen()