| Package | Description |
|---|---|
| eu.simuline.testhelpers |
Classes needed for testing.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
GUIRunner.HierarchyWrapper
Represents the hierarchy of testsuites and testcases
as a tree
GUIRunner.HierarchyWrapper.hierarchyTree possibly with a single selected node
given by GUIRunner.HierarchyWrapper.singleSelectedNode. |
(package private) static class |
GUIRunner.TestCaseLister
Represents the list of testcases already failed
shown in one of the tabs
and a
GUIRunner.TestCaseLister.stackTraceLister
which represents the stack trace box below the tabbed pane. |
| Modifier and Type | Field and 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 the TestCaseLister;
otherwise it is GUIRunner.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 the GUIRunner.HierarchyWrapper;
otherwise it is GUIRunner.TabChangeListener.EMPTY_SELECTOR. |
private GUIRunner.Selector[] |
GUIRunner.TabChangeListener.selectors |
| Modifier and Type | Method and Description |
|---|---|
void |
GUIRunner.Selector.registerSelector(GUIRunner.Selector sel)
Acquaints this selector with another one
which is notified of the selection events
of this
Selector. |
void |
GUIRunner.HierarchyWrapper.registerSelector(GUIRunner.Selector selector) |
void |
GUIRunner.TestCaseLister.registerSelector(GUIRunner.Selector selector) |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.