Unit tests for the functions of the lib.dispersion.variables
module.
|
|
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
|