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

Definition at line 27 of file test_CERunningDate.h.

Public Member Functions

virtual bool runtests ()
 Run tests. More...
 
 test_CERunningDate ()
 Default constructor. More...
 
virtual bool test_construct (void)
 Test constructors. More...
 
virtual bool test_timer_manip (void)
 Test manipulating the timer. More...
 
virtual ~test_CERunningDate ()
 Destructor. More...
 

Private Attributes

CERunningDate base_
 
CEDate base_date_
 
std::chrono::milliseconds naptime_
 
long long naptime_ms_
 

#include <test_CERunningDate.h>

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

Constructor & Destructor Documentation

◆ test_CERunningDate()

test_CERunningDate::test_CERunningDate ( )

Default constructor.

Definition at line 31 of file test_CERunningDate.cpp.

◆ ~test_CERunningDate()

test_CERunningDate::~test_CERunningDate ( )
virtual

Destructor.

Definition at line 48 of file test_CERunningDate.cpp.

Member Function Documentation

◆ runtests()

bool test_CERunningDate::runtests ( void  )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 57 of file test_CERunningDate.cpp.

◆ test_construct()

bool test_CERunningDate::test_construct ( void  )
virtual

Test constructors.

Returns
whether the tests succeed

Definition at line 74 of file test_CERunningDate.cpp.

◆ test_timer_manip()

bool test_CERunningDate::test_timer_manip ( void  )
virtual

Test manipulating the timer.

Returns
whether the tests succeed

Definition at line 99 of file test_CERunningDate.cpp.

Member Data Documentation

◆ base_

CERunningDate test_CERunningDate::base_
private

Definition at line 59 of file test_CERunningDate.h.

◆ base_date_

CEDate test_CERunningDate::base_date_
private

Definition at line 58 of file test_CERunningDate.h.

◆ naptime_

std::chrono::milliseconds test_CERunningDate::naptime_
private

Definition at line 61 of file test_CERunningDate.h.

◆ naptime_ms_

long long test_CERunningDate::naptime_ms_
private

Definition at line 60 of file test_CERunningDate.h.


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