Uses of Class
eu.simuline.testhelpers.Actions
-
-
Uses of Actions in eu.simuline.testhelpers
Fields in eu.simuline.testhelpers declared as Actions Modifier and Type Field Description private ActionsGUIRunner.HierarchyWrapper. actionsThis is used only byGUIRunner.HierarchyWrapper.valueChanged(TreeSelectionEvent)to set the filter viasetFilter(Description).Methods in eu.simuline.testhelpers that return Actions Modifier and Type Method Description (package private) ActionsGUIRunner.HierarchyWrapper. getActions()Returns the action.Methods in eu.simuline.testhelpers with parameters of type Actions Modifier and Type Method Description (package private) voidGUIRunner. setCenter(Actions actions)(package private) voidGUIRunner. setMenuBar(Actions actions)Constructors in eu.simuline.testhelpers with parameters of type Actions Constructor Description GUIRunner(Actions actions)Creates a newGUIRunnerinstance which defines components with unloaded test class.HierarchyWrapper(Actions actions, GUIRunner.TestCaseLister testCaseLister)Creates a new HierarchyWrapper with the givenactionsandtestCaseListerwhich are used to initializeGUIRunner.HierarchyWrapper.actionsandGUIRunner.HierarchyWrapper.testCaseLister.
-