Uses of Interface
eu.simuline.testhelpers.GUIRunner.Selector
-
-
Uses of GUIRunner.Selector in eu.simuline.testhelpers
Classes in eu.simuline.testhelpers that implement GUIRunner.Selector Modifier and Type Class Description (package private) static class
GUIRunner.HierarchyWrapper
Represents the hierarchy of testsuites and testcases as a treeGUIRunner.HierarchyWrapper.hierarchyTree
possibly with a single selected node given byGUIRunner.HierarchyWrapper.singleSelectedNode
.(package private) static class
GUIRunner.TestCaseLister
Represents the list of testcases already failed shown in one of the tabs and aGUIRunner.TestCaseLister.stackTraceLister
which represents the stack trace box below the tabbed pane.Fields in eu.simuline.testhelpers declared as GUIRunner.Selector Modifier and Type Field Description private static GUIRunner.Selector
GUIRunner.TabChangeListener. EMPTY_SELECTOR
Registered with the unselected Selector.private GUIRunner.Selector
GUIRunner.HierarchyWrapper. selector
Selector to be influenced: If this is in the selected tab,GUIRunner.HierarchyWrapper.selector
is the tab with theTestCaseLister
; otherwise it isGUIRunner.TabChangeListener.EMPTY_SELECTOR
.private GUIRunner.Selector
GUIRunner.TestCaseLister. selector
Selector to be influenced: If this is in the selected tab,GUIRunner.TestCaseLister.selector
is the tab with theGUIRunner.HierarchyWrapper
; otherwise it isGUIRunner.TabChangeListener.EMPTY_SELECTOR
.private GUIRunner.Selector[]
GUIRunner.TabChangeListener. selectors
Methods in eu.simuline.testhelpers with parameters of type GUIRunner.Selector Modifier and Type Method Description void
GUIRunner.HierarchyWrapper. registerSelector(GUIRunner.Selector selector)
void
GUIRunner.Selector. registerSelector(GUIRunner.Selector sel)
Acquaints this selector with another one which is notified of the selection events of thisSelector
.void
GUIRunner.TestCaseLister. registerSelector(GUIRunner.Selector selector)
-