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

Definition at line 27 of file test_CEAngle.h.

Public Member Functions

bool runtests ()
 Run tests. More...
 
 test_CEAngle ()
 Default constructor. More...
 
bool test_construct (void)
 Test the various constructor methods. More...
 
bool test_retrieve (void)
 Test getting the angle from multiple methods. More...
 
bool test_setangle (void)
 Test setting the angle from multiple methods representing 45 degrees. More...
 
virtual ~test_CEAngle ()
 Destructor. More...
 

Private Attributes

CEAngle base_
 

#include <test_CEAngle.h>

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

Constructor & Destructor Documentation

◆ test_CEAngle()

test_CEAngle::test_CEAngle ( )

Default constructor.

Definition at line 32 of file test_CEAngle.cpp.

◆ ~test_CEAngle()

test_CEAngle::~test_CEAngle ( )
virtual

Destructor.

Definition at line 43 of file test_CEAngle.cpp.

Member Function Documentation

◆ runtests()

bool test_CEAngle::runtests ( )

Run tests.

Returns
whether or not all tests succeeded

Definition at line 52 of file test_CEAngle.cpp.

◆ test_construct()

bool test_CEAngle::test_construct ( void  )

Test the various constructor methods.

Returns
whether or not all tests succeeded

Definition at line 70 of file test_CEAngle.cpp.

◆ test_retrieve()

bool test_CEAngle::test_retrieve ( void  )

Test getting the angle from multiple methods.

Returns
whether or not all tests succeeded

Definition at line 170 of file test_CEAngle.cpp.

◆ test_setangle()

bool test_CEAngle::test_setangle ( void  )

Test setting the angle from multiple methods representing 45 degrees.

Returns
whether or not all tests succeeded

Definition at line 104 of file test_CEAngle.cpp.

Member Data Documentation

◆ base_

CEAngle test_CEAngle::base_
private

Definition at line 60 of file test_CEAngle.h.


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