Uses of Class
org.uitnet.testing.smartfwk.ui.core.commons.ItemSet
-
Packages that use ItemSet Package Description org.uitnet.testing.smartfwk.ui.core.commons org.uitnet.testing.smartfwk.ui.core.objects.tab -
-
Uses of ItemSet in org.uitnet.testing.smartfwk.ui.core.commons
Methods in org.uitnet.testing.smartfwk.ui.core.commons that return ItemSet Modifier and Type Method Description ItemSet<T>ItemSet. add(T item)ItemSet<T>ItemSet. remove(T item) -
Uses of ItemSet in org.uitnet.testing.smartfwk.ui.core.objects.tab
Methods in org.uitnet.testing.smartfwk.ui.core.objects.tab with parameters of type ItemSet Modifier and Type Method Description abstract voidTabSheetValidator. validateDisabledTabs(ItemSet<String> disabledTabNames, int maxIterationsToLocateElements)abstract voidTabSheetValidator. validateEnabledTabs(ItemSet<String> enabledTabNames, int maxIterationsToLocateElements)abstract voidTabSheetValidator. validateTabsPresent(ItemSet<String> allTabNames, int maxIterationsToLocateElements)
-