Package test_suite :: Package gui_tests :: Module rx :: Class Rx
[hide private]
[frames] | no frames]

Class Rx

source code


Class for testing various aspects specific to the R1 and R2 analyses.

Instance Methods [hide private]
 
__init__(self, methodName='runTest')
Skip the tests if the C modules are non-functional or for wxPython bugs.
source code
 
check_curve_fitting(self)
Check the results of the curve-fitting.
source code
 
test_r1_analysis(self)
Test the r1 analysis.
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='runTest')
(Constructor)

source code 

Skip the tests if the C modules are non-functional or for wxPython bugs.

Parameters:
  • methodName (str) - The name of the test.
Overrides: base_classes.GuiTestCase.__init__