Searched refs:getIncludedFiles (Results 1 – 3 of 3) sorted by relevance
381 assertEquals(1, commandFile.getIncludedFiles().size()); in testMacroParserInclude()382 assertTrue(commandFile.getIncludedFiles().iterator().next().endsWith("somefile.txt")); in testMacroParserInclude()538 assertEquals(1, commandFile.getIncludedFiles().size()); in testMacroParserInclude_noParentDir()539 assertTrue(commandFile.getIncludedFiles().iterator().next().endsWith(includeFileName)); in testMacroParserInclude_noParentDir()
244 public Collection<String> getIncludedFiles() { in getIncludedFiles() method in CommandFileParser
1640 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()