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 classGUIRunner.HierarchyWrapperRepresents the hierarchy of testsuites and testcases as a treeGUIRunner.HierarchyWrapper.hierarchyTreepossibly with a single selected node given byGUIRunner.HierarchyWrapper.singleSelectedNode.(package private) static classGUIRunner.TestCaseListerRepresents the list of testcases already failed shown in one of the tabs and aGUIRunner.TestCaseLister.stackTraceListerwhich 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.SelectorGUIRunner.TabChangeListener. EMPTY_SELECTORRegistered with the unselected Selector.private GUIRunner.SelectorGUIRunner.HierarchyWrapper. selectorSelector to be influenced: If this is in the selected tab,GUIRunner.HierarchyWrapper.selectoris the tab with theTestCaseLister; otherwise it isGUIRunner.TabChangeListener.EMPTY_SELECTOR.private GUIRunner.SelectorGUIRunner.TestCaseLister. selectorSelector to be influenced: If this is in the selected tab,GUIRunner.TestCaseLister.selectoris the tab with theGUIRunner.HierarchyWrapper; otherwise it isGUIRunner.TabChangeListener.EMPTY_SELECTOR.private GUIRunner.Selector[]GUIRunner.TabChangeListener. selectorsMethods in eu.simuline.testhelpers with parameters of type GUIRunner.Selector Modifier and Type Method Description voidGUIRunner.HierarchyWrapper. registerSelector(GUIRunner.Selector selector)voidGUIRunner.Selector. registerSelector(GUIRunner.Selector sel)Acquaints this selector with another one which is notified of the selection events of thisSelector.voidGUIRunner.TestCaseLister. registerSelector(GUIRunner.Selector selector)
-