Searched refs:remainingArgs (Results 1 – 2 of 2) sorted by relevance
198 List<String> remainingArgs = new ArrayList<String>(); in testCreateGlobalConfigurationFromArgs() local201 new String[] {"cluster/avd-host-config.xml"}, remainingArgs); in testCreateGlobalConfigurationFromArgs()204 Assert.assertTrue(remainingArgs.isEmpty()); in testCreateGlobalConfigurationFromArgs()
579 List<String> remainingArgs) throws ConfigurationException { in createGlobalConfigurationFromArgs() argument583 remainingArgs.addAll(config.setOptionsFromCommandLineArgs(listArgs)); in createGlobalConfigurationFromArgs()