Searched refs:cmdFile1Args (Results 1 – 1 of 1) sorted by relevance
624 String[] cmdFile1Args = new String[] {"fromFile1", "--bar"}; in testAddCommandFile_reload() local625 setCreateConfigExpectations(cmdFile1Args, 1); in testAddCommandFile_reload()657 Assert.assertArrayEquals(cmdFile1Args, cmds.get(1).getArgs()); in testAddCommandFile_reload()675 String[] cmdFile1Args = new String[] {"fromFile1"}; in testAddCommandFile_twice() local676 setCreateConfigExpectations(cmdFile1Args, 1); in testAddCommandFile_twice()677 setCreateConfigExpectations(cmdFile1Args, 1); in testAddCommandFile_twice()696 Assert.assertArrayEquals(cmdFile1Args, cmds.get(0).getArgs()); in testAddCommandFile_twice()705 Assert.assertArrayEquals(cmdFile1Args, cmds.get(0).getArgs()); in testAddCommandFile_twice()