Searched refs:fileLocation (Results 1 – 5 of 5) sorted by relevance
39 String fileLocation = "invalid-path-location"; in createFromFilePath_invalidPathLocation_expectException() local41 MigrationFactory.createMigration(Paths.get(fileLocation), "44", false); in createFromFilePath_invalidPathLocation_expectException()45 assertThat(e).hasMessageThat().contains(fileLocation); in createFromFilePath_invalidPathLocation_expectException()51 Path fileLocation = Paths.get(TEST_DATA_PATH + "testNumbersFile.txt"); in createFromFilePath_validPathLocation_expectValidFields() local53 …MigrationJob mj = MigrationFactory.createCustomRecipeMigration(fileLocation, countryCode, Migratio… in createFromFilePath_validPathLocation_expectValidFields()58 .containsExactlyElementsIn(Files.readAllLines(fileLocation)); in createFromFilePath_validPathLocation_expectValidFields()94 Path fileLocation = Paths.get("invalid-recipe-location"); in createWithCustomRecipes_invalidPathLocation_expectException() local97 .importRecipes(Files.newInputStream(fileLocation))); in createWithCustomRecipes_invalidPathLocation_expectException()101 assertThat(e).hasMessageThat().contains(fileLocation.toString()); in createWithCustomRecipes_invalidPathLocation_expectException()
41 String fileLocation = "invalid-zipfile-location"; in createInstance_invalidFileLocation_expectException() local43 MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocation))); in createInstance_invalidFileLocation_expectException()47 assertThat(e).hasMessageThat().contains(fileLocation); in createInstance_invalidFileLocation_expectException()53 String fileLocation = TEST_DATA_PATH + "testMetadataZip.zip"; in importTable_countryCodeInZip_expectCsvTable() local54 …taZipFileReader validZip = MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocation))); in importTable_countryCodeInZip_expectCsvTable()61 String fileLocation = TEST_DATA_PATH + "testMetadataZip.zip/"; in importTable_countryCodeNotInZip_expectEmptyCsvTable() local62 …taZipFileReader validZip = MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocation))); in importTable_countryCodeNotInZip_expectEmptyCsvTable()
81 String fileLocation; in main() local89 fileLocation = scanner.next(); in main()94 fileLocation = args[0]; in main()98 … MetadataZipFileReader m = MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocation))); in main()
780 fileLocation: string; property791 fileLocation,803 onHostCreate: host => host.deleteFile(fileLocation)817 fileContents = host.readFile(fileLocation);818 host.deleteFile(fileLocation);823 host.writeFile(fileLocation, fileContents!);832 host.deleteFile(fileLocation);917 fileLocation: dtsMapLocation,928 fileLocation: dtsLocation,
312 String fileLocation = ((JMenuItem)ev.getSource()).getName(); in actionPerformed() local313 fileLocation = fileLocation.substring(2,fileLocation.length()); in actionPerformed()315 rbm = new RBManager(new File(fileLocation)); in actionPerformed()