hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
test_icd_struct_helpers.TestIcdStructHelpers Class Reference

Test hlcc.utils.Client class. More...

Inheritance diagram for test_icd_struct_helpers.TestIcdStructHelpers:

Public Member Functions

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.
 

Public Attributes

 logger
 
 rr_mal
 

Detailed Description

Test hlcc.utils.Client class.

Member Function Documentation

◆ 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).

Member Data Documentation

◆ 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: