CppEphem
|
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>
test_CEObserver::test_CEObserver | ( | ) |
Default constructor.
Definition at line 36 of file test_CEObserver.cpp.
|
virtual |
Destructor.
Definition at line 49 of file test_CEObserver.cpp.
|
virtual |
Run tests.
Definition at line 58 of file test_CEObserver.cpp.
bool test_CEObserver::test_constructor | ( | void | ) |
Test that we can set the observer latitude,longitude coordinates.
Definition at line 77 of file test_CEObserver.cpp.
bool test_CEObserver::test_set_atmoPars | ( | void | ) |
Test that we can set the observer latitude,longitude coordinates.
Definition at line 160 of file test_CEObserver.cpp.
bool test_CEObserver::test_set_geoCoords | ( | void | ) |
Test that we can set the observer latitude,longitude coordinates.
Definition at line 115 of file test_CEObserver.cpp.
bool test_CEObserver::test_time | ( | void | ) |
Test that the time methods are valid.
Definition at line 220 of file test_CEObserver.cpp.
|
private |
Definition at line 62 of file test_CEObserver.h.