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

Definition at line 27 of file test_CETime.h.

Public Member Functions

virtual bool runtests ()
 Run tests. More...
 
 test_CETime ()
 Default constructor. More...
 
virtual bool test_construct (void)
 Test constructors. More...
 
virtual ~test_CETime ()
 Destructor. More...
 

Private Attributes

CETime base_
 
std::chrono::milliseconds naptime_
 

#include <test_CETime.h>

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

Constructor & Destructor Documentation

◆ test_CETime()

test_CETime::test_CETime ( )

Default constructor.

Definition at line 32 of file test_CETime.cpp.

◆ ~test_CETime()

test_CETime::~test_CETime ( )
virtual

Destructor.

Definition at line 48 of file test_CETime.cpp.

Member Function Documentation

◆ runtests()

bool test_CETime::runtests ( void  )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 57 of file test_CETime.cpp.

◆ test_construct()

bool test_CETime::test_construct ( void  )
virtual

Test constructors.

Returns
whether the tests succeed

Definition at line 73 of file test_CETime.cpp.

Member Data Documentation

◆ base_

CETime test_CETime::base_
private

Definition at line 57 of file test_CETime.h.

◆ naptime_

std::chrono::milliseconds test_CETime::naptime_
private

Definition at line 58 of file test_CETime.h.


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