Package test_suite :: Package gui_tests :: Module n_state_model :: Class N_state_model
[hide private]
[frames] | no frames]

Class N_state_model

source code


Class for testing the N-state model related functions in the GUI.

Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
__init__(self, methodName=None)
Set up the test case class for the system tests.
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

Inherited from system_tests.n_state_model.N_state_model: check_vectors, test_5_state_xz, test_A_to_chi, test_CaM_IQ_tensor_fit, test_absolute_T, test_absolute_rdc, test_absolute_rdc_menthol, test_align_fit, test_align_fit_pcs, test_align_fit_pcs_rand, test_align_fit_rand, test_align_fit_rdc, test_align_fit_rdc_rand, test_data_copying, test_frame_order_align_fit, test_lactose_n_state_fixed, test_lactose_n_state_population, test_mc_sim_failure, test_metal_pos_opt, test_missing_data, test_monte_carlo_sims, test_paramag_align_fit, test_paramag_centre_fit, test_pcs_back_calc, test_pcs_fit_true_pos, test_pcs_fit_zero_pos, test_pcs_to_rdc, test_populations, test_pyrotartaric_anhydride_absT, test_pyrotartaric_anhydride_mix, test_pyrotartaric_anhydride_rdcs, test_rdc_tensor, test_statistics, test_stereochem_analysis, test_vector_loading1, test_vector_loading2, test_vector_loading3

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription, skipTest

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Class Variables [hide private]

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed, _diffThreshold

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, methodName=None)
(Constructor)

source code 

Set up the test case class for the system tests.

Parameters:
  • methodName - The name of the test.
Overrides: object.__init__