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