Package test_suite :: Package gui_tests :: Module general :: Class General
[hide private]
[frames] | no frames]

Class General

source code


Class for testing general GUI operations.

Instance Methods [hide private]
 
__init__(self, methodName=None)
Set up the test case class for the system tests.
source code
 
test_bug_21720_pipe_switching_with_tab_closure(self)
Catch bug #20479, the failure to switch pipes when closing non-last tabs.
source code
 
test_bug_23187_residue_delete_gui(self)
Catch bug #23187, deleting residue in GUI, and then open spin viewer crashes relax.
source code
 
test_new_analysis_wizard_memory_leak(self)
Test for memory leaks in the new analysis wizard.
source code

Inherited from base_classes.GuiTestCase: check_exceptions, clean_up_windows, new_analysis_wizard, script_exec, setUp, tearDown

Inherited from base_classes.GuiTestCase (private): _execute_uf

Method Details [hide private]

__init__(self, methodName=None)
(Constructor)

source code 

Set up the test case class for the system tests.

Overrides: base_classes.GuiTestCase.__init__