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

Definition at line 27 of file test_CEDate.h.

Public Member Functions

virtual bool runtests ()
 Run tests. More...
 
 test_CEDate ()
 Default constructor. More...
 
virtual bool test_constructor (void)
 Test ability to create a CEDate object. More...
 
virtual bool test_Gregorian (void)
 Test ability to set Gregorian date. More...
 
virtual bool test_ReturnType (void)
 Test ability set the return type. More...
 
virtual bool test_SetDate_JD (void)
 Test ability to set julian date. More...
 
virtual bool test_SetDate_MJD (void)
 Test ability to set modified julian date. More...
 
virtual bool test_support_methods (void)
 Test the various. More...
 
virtual ~test_CEDate ()
 Destructor. More...
 

Private Attributes

CEDate base_date_
 
CEDate test_date_
 

#include <test_CEDate.h>

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

Constructor & Destructor Documentation

◆ test_CEDate()

test_CEDate::test_CEDate ( )

Default constructor.

Definition at line 29 of file test_CEDate.cpp.

◆ ~test_CEDate()

test_CEDate::~test_CEDate ( )
virtual

Destructor.

Definition at line 41 of file test_CEDate.cpp.

Member Function Documentation

◆ runtests()

bool test_CEDate::runtests ( )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 50 of file test_CEDate.cpp.

◆ test_constructor()

bool test_CEDate::test_constructor ( void  )
virtual

Test ability to create a CEDate object.

Definition at line 69 of file test_CEDate.cpp.

◆ test_Gregorian()

bool test_CEDate::test_Gregorian ( void  )
virtual

Test ability to set Gregorian date.

Definition at line 122 of file test_CEDate.cpp.

◆ test_ReturnType()

bool test_CEDate::test_ReturnType ( void  )
virtual

Test ability set the return type.

Definition at line 176 of file test_CEDate.cpp.

◆ test_SetDate_JD()

bool test_CEDate::test_SetDate_JD ( void  )
virtual

Test ability to set julian date.

Definition at line 103 of file test_CEDate.cpp.

◆ test_SetDate_MJD()

bool test_CEDate::test_SetDate_MJD ( void  )
virtual

Test ability to set modified julian date.

Definition at line 112 of file test_CEDate.cpp.

◆ test_support_methods()

bool test_CEDate::test_support_methods ( void  )
virtual

Test the various.

Definition at line 200 of file test_CEDate.cpp.

Member Data Documentation

◆ base_date_

CEDate test_CEDate::base_date_
private

Definition at line 63 of file test_CEDate.h.

◆ test_date_

CEDate test_CEDate::test_date_
private

Definition at line 64 of file test_CEDate.h.


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