CppEphem
|
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>
test_CEException::test_CEException | ( | ) |
Default constructor.
Definition at line 29 of file test_CEException.cpp.
|
virtual |
Destructor.
Definition at line 37 of file test_CEException.cpp.
|
virtual |
Run tests.
Definition at line 46 of file test_CEException.cpp.
|
virtual |
Try constructing and accesing information about a CEException.
Definition at line 65 of file test_CEException.cpp.
|
virtual |
Try throwing 'CEException::sofa_exception'.
Definition at line 182 of file test_CEException.cpp.
|
virtual |
Try throwing 'CEException::invalid_value'.
Definition at line 109 of file test_CEException.cpp.
|
virtual |
Try throwing 'CEException::sofa_errcode'.
Definition at line 132 of file test_CEException.cpp.
|
virtual |
Try throwing 'CEException::sofa_exception'.
Definition at line 157 of file test_CEException.cpp.