CppEphem
Public Member Functions | List of all members
test_CENamespace Class Reference

Defines tests for CENamespace

Definition at line 27 of file test_CENamespace.h.

Public Member Functions

virtual bool runtests ()
 Run tests. More...
 
 test_CENamespace ()
 Default constructor. More...
 
virtual bool test_Conversions (void)
 Tests return values for basic unit conversion constants. More...
 
virtual bool test_Corrections (void)
 Tests basic coordinate conversion correction values. More...
 
virtual bool test_SeaLevelVals (void)
 Tests return values for temperature at sea level. More...
 
virtual bool test_StrOpt (void)
 Tests the string operations. More...
 
virtual ~test_CENamespace ()
 Destructor. More...
 

#include <test_CENamespace.h>

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

Constructor & Destructor Documentation

◆ test_CENamespace()

test_CENamespace::test_CENamespace ( )

Default constructor.

Definition at line 35 of file test_CENamespace.cpp.

◆ ~test_CENamespace()

test_CENamespace::~test_CENamespace ( )
virtual

Destructor.

Definition at line 43 of file test_CENamespace.cpp.

Member Function Documentation

◆ runtests()

bool test_CENamespace::runtests ( )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 52 of file test_CENamespace.cpp.

◆ test_Conversions()

bool test_CENamespace::test_Conversions ( void  )
virtual

Tests return values for basic unit conversion constants.

Returns
Status of tests

Definition at line 91 of file test_CENamespace.cpp.

◆ test_Corrections()

bool test_CENamespace::test_Corrections ( void  )
virtual

Tests basic coordinate conversion correction values.

Returns
Status of tests

Definition at line 131 of file test_CENamespace.cpp.

◆ test_SeaLevelVals()

bool test_CENamespace::test_SeaLevelVals ( void  )
virtual

Tests return values for temperature at sea level.

Returns
Status of tests

Definition at line 70 of file test_CENamespace.cpp.

◆ test_StrOpt()

bool test_CENamespace::test_StrOpt ( void  )
virtual

Tests the string operations.

Returns
Whether the tests are passing or not

Definition at line 191 of file test_CENamespace.cpp.


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