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 Actions
GUIRunner.HierarchyWrapper. actions
This 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) Actions
GUIRunner.HierarchyWrapper. getActions()
Returns the action.Methods in eu.simuline.testhelpers with parameters of type Actions Modifier and Type Method Description (package private) void
GUIRunner. setCenter(Actions actions)
(package private) void
GUIRunner. setMenuBar(Actions actions)
Constructors in eu.simuline.testhelpers with parameters of type Actions Constructor Description GUIRunner(Actions actions)
Creates a newGUIRunner
instance which defines components with unloaded test class.HierarchyWrapper(Actions actions, GUIRunner.TestCaseLister testCaseLister)
Creates a new HierarchyWrapper with the givenactions
andtestCaseLister
which are used to initializeGUIRunner.HierarchyWrapper.actions
andGUIRunner.HierarchyWrapper.testCaseLister
.
-