Searched refs:getIncludedFiles (Results 1 – 3 of 3) sorted by relevance
390 assertEquals(1, commandFile.getIncludedFiles().size()); in testMacroParserInclude()391 assertTrue(commandFile.getIncludedFiles().iterator().next().endsWith("somefile.txt")); in testMacroParserInclude()544 assertEquals(1, commandFile.getIncludedFiles().size()); in testMacroParserInclude_noParentDir()545 assertTrue(commandFile.getIncludedFiles().iterator().next().endsWith(includeFileName)); in testMacroParserInclude_noParentDir()
243 public Collection<String> getIncludedFiles() { in getIncludedFiles() method in CommandFileParser
1380 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()