Uses of Class
org.uitnet.testing.smartfwk.ui.core.commons.ItemMap
-
Packages that use ItemMap Package Description org.uitnet.testing.smartfwk.ui.core.commons org.uitnet.testing.smartfwk.ui.core.objects.radio org.uitnet.testing.smartfwk.ui.standard.domobj -
-
Uses of ItemMap in org.uitnet.testing.smartfwk.ui.core.commons
Methods in org.uitnet.testing.smartfwk.ui.core.commons that return ItemMap Modifier and Type Method Description ItemMap<K,V>ItemMap. put(K key, V value)ItemMap<K,V>ItemMap. remove(K item)ItemMap<K,V>ItemMap. removeAll(Map<K,V> items) -
Uses of ItemMap in org.uitnet.testing.smartfwk.ui.core.objects.radio
Methods in org.uitnet.testing.smartfwk.ui.core.objects.radio with parameters of type ItemMap Modifier and Type Method Description abstract RadioButtonGroupValidatorRadioButtonGroupValidator. validateNotSelectedOptions(ItemMap<String,String> options, int maxIterationsToLocateElements) -
Uses of ItemMap in org.uitnet.testing.smartfwk.ui.standard.domobj
Methods in org.uitnet.testing.smartfwk.ui.standard.domobj with parameters of type ItemMap Modifier and Type Method Description RadioButtonGroupValidatorSDRadioButtonGroupValidatorSD. validateNotSelectedOptions(ItemMap<String,String> options, int maxIterationsToLocateElements)
-