CppEphem
Public Member Functions | List of all members
test_CEException Class Reference

Definition at line 27 of file test_CEException.h.

Public Member Functions

virtual bool runtests ()
 Run tests. More...
 
 test_CEException ()
 Default constructor. More...
 
virtual bool test_construct (void)
 Try constructing and accesing information about a CEException. More...
 
virtual bool test_corr_file_except (void)
 Try throwing 'CEException::sofa_exception'. More...
 
virtual bool test_invalid_value (void)
 Try throwing 'CEException::invalid_value'. More...
 
virtual bool test_sofa_error (void)
 Try throwing 'CEException::sofa_errcode'. More...
 
virtual bool test_sofa_exception (void)
 Try throwing 'CEException::sofa_exception'. More...
 
virtual ~test_CEException ()
 Destructor. More...
 

#include <test_CEException.h>

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

Constructor & Destructor Documentation

◆ test_CEException()

test_CEException::test_CEException ( )

Default constructor.

Definition at line 29 of file test_CEException.cpp.

◆ ~test_CEException()

test_CEException::~test_CEException ( )
virtual

Destructor.

Definition at line 37 of file test_CEException.cpp.

Member Function Documentation

◆ runtests()

bool test_CEException::runtests ( )
virtual

Run tests.

Returns
whether or not all tests succeeded

Definition at line 46 of file test_CEException.cpp.

◆ test_construct()

bool test_CEException::test_construct ( void  )
virtual

Try constructing and accesing information about a CEException.

Returns
whether or not all tests succeeded

Definition at line 65 of file test_CEException.cpp.

◆ test_corr_file_except()

bool test_CEException::test_corr_file_except ( void  )
virtual

Try throwing 'CEException::sofa_exception'.

Returns
whether or not all tests succeeded

Definition at line 182 of file test_CEException.cpp.

◆ test_invalid_value()

bool test_CEException::test_invalid_value ( void  )
virtual

Try throwing 'CEException::invalid_value'.

Returns
whether or not all tests succeeded

Definition at line 109 of file test_CEException.cpp.

◆ test_sofa_error()

bool test_CEException::test_sofa_error ( void  )
virtual

Try throwing 'CEException::sofa_errcode'.

Returns
whether or not all tests succeeded

Definition at line 132 of file test_CEException.cpp.

◆ test_sofa_exception()

bool test_CEException::test_sofa_exception ( void  )
virtual

Try throwing 'CEException::sofa_exception'.

Returns
whether or not all tests succeeded

Definition at line 157 of file test_CEException.cpp.


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