Test hlcc.utils.Client class.
More...
|
| def | setUp (self) |
| |
| def | test_guide_star_struct (self) |
| | Test instantiating a GuideStarDataHelper and calling some methods This test also shows that python uses the Pass-by-object-reference strategy to pass arguments to functions/methods (and this is different from from both pass-by-reference and pass-by-value).
|
| |
| def | test_guide_star_struct_instantiate (self) |
| | Test instantiating GuideStarDataHelper and GuideStarData and calling some methods, This test also shows that python uses the Pass-by-object-reference strategy to pass arguments to functions/methods (and this is different from from both pass-by-reference and pass-by-value).
|
| |
| def | test_preset_struct (self) |
| | Test instantiating a PresetArgsHelper and calling some methods This test also shows that python uses the Pass-by-object-reference strategy to pass arguments to functions/methods (and this is different from from both pass-by-reference and pass-by-value).
|
| |
| def | test_offset_sky_struct (self) |
| | Test instantiating a OffsetSkyArgsHelper and calling its methods.
|
| |
Test hlcc.utils.Client class.
◆ setUp()
| def test_icd_struct_helpers.TestIcdStructHelpers.setUp |
( |
|
self | ) |
|
◆ test_guide_star_struct()
| def test_icd_struct_helpers.TestIcdStructHelpers.test_guide_star_struct |
( |
|
self | ) |
|
Test instantiating a GuideStarDataHelper and calling some methods This test also shows that python uses the Pass-by-object-reference strategy to pass arguments to functions/methods (and this is different from from both pass-by-reference and pass-by-value).
- See
- https://robertheaton.com/2014/02/09/ pythons-pass-by-object-reference-as-explained-by-philip-k-dick/
◆ test_guide_star_struct_instantiate()
| def test_icd_struct_helpers.TestIcdStructHelpers.test_guide_star_struct_instantiate |
( |
|
self | ) |
|
Test instantiating GuideStarDataHelper and GuideStarData and calling some methods, This test also shows that python uses the Pass-by-object-reference strategy to pass arguments to functions/methods (and this is different from from both pass-by-reference and pass-by-value).
- See
- https://robertheaton.com/2014/02/09/ pythons-pass-by-object-reference-as-explained-by-philip-k-dick/
◆ test_offset_sky_struct()
| def test_icd_struct_helpers.TestIcdStructHelpers.test_offset_sky_struct |
( |
|
self | ) |
|
Test instantiating a OffsetSkyArgsHelper and calling its methods.
◆ test_preset_struct()
| def test_icd_struct_helpers.TestIcdStructHelpers.test_preset_struct |
( |
|
self | ) |
|
Test instantiating a PresetArgsHelper and calling some methods This test also shows that python uses the Pass-by-object-reference strategy to pass arguments to functions/methods (and this is different from from both pass-by-reference and pass-by-value).
◆ logger
| test_icd_struct_helpers.TestIcdStructHelpers.logger |
◆ rr_mal
| test_icd_struct_helpers.TestIcdStructHelpers.rr_mal |
The documentation for this class was generated from the following file: