CppEphem
|
Defines tests for CEObservation
Definition at line 27 of file test_CEObservation.h.
Public Member Functions | |
virtual bool | runtests (void) |
Run tests. More... | |
bool | test_cache (void) |
Tests accessing and updating of cached parameters. More... | |
test_CEObservation () | |
Default constructor. More... | |
bool | test_constructor (void) |
Tests constructing a CEObservation object. More... | |
bool | test_obj_return (void) |
Tests accessing underlying observer, date, and object classes. More... | |
virtual | ~test_CEObservation () |
Destructor. More... | |
Private Attributes | |
CEBody | base_body_ |
CEDate | base_date_ |
CEObservation | base_obs_ |
CEObserver | base_observer_ |
#include <test_CEObservation.h>
test_CEObservation::test_CEObservation | ( | ) |
Default constructor.
Definition at line 35 of file test_CEObservation.cpp.
|
virtual |
Destructor.
Definition at line 61 of file test_CEObservation.cpp.
|
virtual |
Run tests.
Definition at line 70 of file test_CEObservation.cpp.
bool test_CEObservation::test_cache | ( | void | ) |
Tests accessing and updating of cached parameters.
Definition at line 155 of file test_CEObservation.cpp.
bool test_CEObservation::test_constructor | ( | void | ) |
Tests constructing a CEObservation object.
Definition at line 87 of file test_CEObservation.cpp.
bool test_CEObservation::test_obj_return | ( | void | ) |
Tests accessing underlying observer, date, and object classes.
Definition at line 121 of file test_CEObservation.cpp.
|
private |
Definition at line 62 of file test_CEObservation.h.
|
private |
Definition at line 63 of file test_CEObservation.h.
|
private |
Definition at line 65 of file test_CEObservation.h.
|
private |
Definition at line 64 of file test_CEObservation.h.