1 2 3 4 5 6
package com.vaadin.tests.components.combobox; public class ComboBoxAddingSameItemTwoTimesWithItemProviderResetTest extends ComboBoxAddingSameItemTwoTimesWithItemHandlerResetTest { // same tests using NewItemProvider instead of NewItemHandler }