Searched refs:reorderArgs (Results 1 – 2 of 2) sorted by relevance
526 String[] reorderedArrayArgs = reorderArgs(arrayArgs); in createConfigurationFromArgs()564 String[] reorderedArrayArgs = reorderArgs(arrayArgs); in createPartialConfigurationFromArgs()973 protected String[] reorderArgs(String[] args) { in reorderArgs() method in ConfigurationFactory
1399 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_check_ordering()1436 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_template_with_short_arg()1469 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_incomplete_template_arg()