Searched refs:reorderArgs (Results 1 – 2 of 2) sorted by relevance
491 String[] reorderedArrayArgs = reorderArgs(arrayArgs); in createConfigurationFromArgs()874 protected String[] reorderArgs(String[] args) { in reorderArgs() method in ConfigurationFactory
1339 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_check_ordering()1376 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_template_with_short_arg()1409 assertEquals(Arrays.toString(wantArgs), Arrays.toString(mFactory.reorderArgs(args))); in testReorderArgs_incomplete_template_arg()