CppEphem
Public Member Functions | Private Attributes | List of all members
test_CEObserver Class Reference

Defines tests for CEObserver

Definition at line 27 of file test_CEObserver.h.

Public Member Functions

virtual bool runtests (void)
 Run tests. More...
 
 test_CEObserver ()
 Default constructor. More...
 
bool test_constructor (void)
 Test that we can set the observer latitude,longitude coordinates. More...
 
bool test_set_atmoPars (void)
 Test that we can set the observer latitude,longitude coordinates. More...
 
bool test_set_geoCoords (void)
 Test that we can set the observer latitude,longitude coordinates. More...
 
bool test_time (void)
 Test that the time methods are valid. More...
 
virtual ~test_CEObserver ()
 Destructor. More...
 

Private Attributes

CEObserver base_obs_
 

#include <test_CEObserver.h>

Inheritance diagram for test_CEObserver:
Inheritance graph
[legend]
Collaboration diagram for test_CEObserver:
Collaboration graph
[legend]

Constructor & Destructor Documentation

◆ test_CEObserver()

test_CEObserver::test_CEObserver ( )

Default constructor.

Definition at line 36 of file test_CEObserver.cpp.

◆ ~test_CEObserver()

test_CEObserver::~test_CEObserver ( )
virtual

Destructor.

Definition at line 49 of file test_CEObserver.cpp.

Member Function Documentation

◆ runtests()

bool test_CEObserver::runtests ( void  )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 58 of file test_CEObserver.cpp.

◆ test_constructor()

bool test_CEObserver::test_constructor ( void  )

Test that we can set the observer latitude,longitude coordinates.

Returns
whether or not all tests succeeded

Definition at line 77 of file test_CEObserver.cpp.

◆ test_set_atmoPars()

bool test_CEObserver::test_set_atmoPars ( void  )

Test that we can set the observer latitude,longitude coordinates.

Returns
whether or not all tests succeeded

Definition at line 160 of file test_CEObserver.cpp.

◆ test_set_geoCoords()

bool test_CEObserver::test_set_geoCoords ( void  )

Test that we can set the observer latitude,longitude coordinates.

Returns
whether or not all tests succeeded

Definition at line 115 of file test_CEObserver.cpp.

◆ test_time()

bool test_CEObserver::test_time ( void  )

Test that the time methods are valid.

Returns
Whether or not all tests succeeded

Definition at line 220 of file test_CEObserver.cpp.

Member Data Documentation

◆ base_obs_

CEObserver test_CEObserver::base_obs_
private

Definition at line 62 of file test_CEObserver.h.


The documentation for this class was generated from the following files: