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

Definition at line 27 of file test_CEBody.h.

Public Member Functions

virtual bool runtests ()
 Run tests. More...
 
 test_CEBody ()
 Default constructor. More...
 
virtual bool test_construct (void)
 Test the various constructor methods. More...
 
virtual bool test_GetCoordinates (void)
 Run tests. More...
 
virtual bool test_Name (void)
 Test getting the CEBody object's name. More...
 
virtual ~test_CEBody ()
 Destructor. More...
 

Private Attributes

CEBody base_
 

#include <test_CEBody.h>

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

Constructor & Destructor Documentation

◆ test_CEBody()

test_CEBody::test_CEBody ( )

Default constructor.

Definition at line 29 of file test_CEBody.cpp.

◆ ~test_CEBody()

test_CEBody::~test_CEBody ( )
virtual

Destructor.

Definition at line 41 of file test_CEBody.cpp.

Member Function Documentation

◆ runtests()

bool test_CEBody::runtests ( )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 50 of file test_CEBody.cpp.

◆ test_construct()

bool test_CEBody::test_construct ( void  )
virtual

Test the various constructor methods.

Returns
whether or not all tests succeeded

Definition at line 68 of file test_CEBody.cpp.

◆ test_GetCoordinates()

bool test_CEBody::test_GetCoordinates ( void  )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 125 of file test_CEBody.cpp.

◆ test_Name()

bool test_CEBody::test_Name ( void  )
virtual

Test getting the CEBody object's name.

Returns
whether or not all tests succeeded

Definition at line 105 of file test_CEBody.cpp.

Member Data Documentation

◆ base_

CEBody test_CEBody::base_
private

Definition at line 60 of file test_CEBody.h.


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