Package test_suite :: Package unit_tests :: Package _specific_analyses :: Package _relax_disp :: Module test_disp_data :: Class Test_disp_data
[hide private]
[frames] | no frames]

Class Test_disp_data

source code


Unit tests for the functions of the specific_analyses.relax_disp.disp_data module.

Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Setup some structures for the unit tests.
source code
 
test_calc_rotating_frame_params(self)
Unit test of the calc_rotating_frame_params() function for R1rho setup.
source code
 
test_count_relax_times_cpmg(self)
Unit test of the count_relax_times() function.
source code
 
test_count_relax_times_r1rho(self)
Unit test of the count_relax_times() function.
source code
 
test_find_intensity_keys_r1rho(self)
Unit test of the find_intensity_keys() function.
source code
 
test_get_curve_type_cpmg(self)
Unit test of the get_curve_type() function.
source code
 
test_get_times_cpmg(self)
Unit test of the get_times() function.
source code
 
test_has_exponential_exp_type_cpmg(self)
Unit test of the has_exponential_exp_type() function.
source code
 
test_loop_exp_frq_cpmg(self)
Unit test of the loop_exp_frq() function.
source code
 
test_loop_exp_frq_offset_cpmg(self)
Unit test of the loop_exp_frq_offset() function.
source code
 
test_loop_exp_frq_offset_point_cpmg(self)
Unit test of the loop_exp_frq_offset_point() function.
source code
 
test_loop_exp_frq_offset_point_time_cpmg(self)
Unit test of the loop_exp_frq_offset_point_time() function.
source code
 
test_loop_exp_frq_offset_point_time_cpmg_setup(self)
Bug #21665 catch, the failure due to a a CPMG analysis recorded at two fields at two delay times, using calc().
source code
 
test_loop_time_cpmg(self)
Unit test of the loop_time() function.
source code
 
test_loop_time_r1rho(self)
Unit test of the loop_time() function for R1rho setup.
source code
 
test_return_offset_data(self)
Unit test of the return_offset_data() function for R1rho setup.
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, 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]

setUp(self)

source code 

Setup some structures for the unit tests.

Overrides: unittest.case.TestCase.setUp

test_calc_rotating_frame_params(self)

source code 

Unit test of the calc_rotating_frame_params() function for R1rho setup.

This uses the data of the saved state attached to bug #21344.

test_count_relax_times_cpmg(self)

source code 

Unit test of the count_relax_times() function.

This uses the data of the saved state attached to bug #21665.

test_count_relax_times_r1rho(self)

source code 

Unit test of the count_relax_times() function.

This uses the data of the saved state attached to bug #21344.

test_find_intensity_keys_r1rho(self)

source code 

Unit test of the find_intensity_keys() function.

This uses the data of the saved state attached to bug #21344.

test_get_curve_type_cpmg(self)

source code 

Unit test of the get_curve_type() function.

This uses the data of the saved state attached to bug #21665.

test_get_times_cpmg(self)

source code 

Unit test of the get_times() function.

This uses the data of the saved state attached to bug #21665.

test_has_exponential_exp_type_cpmg(self)

source code 

Unit test of the has_exponential_exp_type() function.

This uses the data of the saved state attached to bug #21665.

test_loop_exp_frq_cpmg(self)

source code 

Unit test of the loop_exp_frq() function.

This uses the data of the saved state attached to bug #21665.

test_loop_exp_frq_offset_cpmg(self)

source code 

Unit test of the loop_exp_frq_offset() function.

This uses the data of the saved state attached to bug #21665.

test_loop_exp_frq_offset_point_cpmg(self)

source code 

Unit test of the loop_exp_frq_offset_point() function.

This uses the data of the saved state attached to bug #21665.

test_loop_exp_frq_offset_point_time_cpmg(self)

source code 

Unit test of the loop_exp_frq_offset_point_time() function.

This uses the data of the saved state attached to bug #21665.

test_loop_time_cpmg(self)

source code 

Unit test of the loop_time() function.

This uses the data of the saved state attached to bug #21665.

test_loop_time_r1rho(self)

source code 

Unit test of the loop_time() function for R1rho setup.

This uses the data of the saved state attached to bug #21344.

test_return_offset_data(self)

source code 

Unit test of the return_offset_data() function for R1rho setup.

This uses the data of the saved state attached to bug #21344.