Searched refs:arg2it (Results 1 – 1 of 1) sorted by relevance
76 Iterator<String> arg2it = opts.set.iterator(); in testSettingMultipleValuesToListTypeParameters() local77 Assert.assertEquals(arg2it.next(), "anotherValue3"); in testSettingMultipleValuesToListTypeParameters()78 Assert.assertEquals(arg2it.next(), "anotherValue4"); in testSettingMultipleValuesToListTypeParameters()