Searched refs:addCommandFile (Results 1 – 5 of 5) sorted by relevance
87 public void addCommandFile(String cmdFile, List<String> extraArgs) in addCommandFile() method
391 mScheduler.addCommandFile(cmdfileName, extraArgs); in runCmdfile()
605 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile()651 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile_reload()692 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()699 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
408 mScheduler.addCommandFile(c.getCommandFile(), c.getExtraArgs()); in processAddCommandFile()
116 mMockScheduler.addCommandFile(EasyMock.eq(cmdFile), EasyMock.eq(extraArgs)); in testAddCommandFile()