Package test_suite :: Package unit_tests :: Package _specific_analyses :: Package _relax_disp :: Module test_model :: Class Test_model
[hide private]
[frames] | no frames]

Class Test_model

source code


Unit tests for the functions of the lib.dispersion.variables module.

Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
test_nesting_model_cpmg_1(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_2(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_3(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_4(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_5(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_6(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_7(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_8(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_9(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG experiments.
source code
 
test_nesting_model_cpmg_mmq_1(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG MMQ experiments.
source code
 
test_nesting_model_cpmg_mmq_2(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG MMQ experiments.
source code
 
test_nesting_model_cpmg_mmq_3(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG MMQ experiments.
source code
 
test_nesting_model_cpmg_mmq_4(self)
Unit test of function nesting_model, which determine which model to nest from, testing for CPMG MMQ experiments.
source code
 
test_nesting_model_r1rho_ns_1(self)
Unit test of function nesting_model, which determine which model to nest from, testing for numerical R1rho experiments.
source code
 
test_nesting_model_r1rho_ns_2(self)
Unit test of function nesting_model, which determine which model to nest from, testing for numerical R1rho experiments.
source code
 
test_nesting_model_r1rho_ns_3(self)
Unit test of function nesting_model, which determine which model to nest from, testing for numerical R1rho experiments.
source code
 
test_nesting_model_r1rho_1(self)
Unit test of function nesting_model, which determine which model to nest from, testing for R1rho experiments.
source code
 
test_nesting_model_r1rho_2(self)
Unit test of function nesting_model, which determine which model to nest from, testing for R1rho experiments.
source code
 
test_nesting_model_r1rho_3(self)
Unit test of function nesting_model, which determine which model to nest from, testing for R1rho experiments.
source code
 
test_nesting_model_r1rho_4(self)
Unit test of function nesting_model, which determine which model to nest from, testing for R1rho experiments.
source code
 
test_nesting_param_1(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_2(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_3(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_4(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_5(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_6(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_7(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_8(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_9(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_nesting_param_10(self)
Unit test of function nesting_param, which determine how model parameters are converted for nesting.
source code
 
test_sort_models(self)
Unit test of function sort_models, which determine how to sort models for auto analyses.
source code

Inherited from base_classes.UnitTestCase: tearDown

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __init__, __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, setUp, 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__