mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
Error Reporting Unit Tests

Functions

 unitTest::errorTest::errorTest::TEST_CASE ("Test error_t boolean operators and functions", "[error::error]")
 Test error_t boolean operators and functions.
 
 unitTest::errorTest::errorTest::TEST_CASE ("Internal error messages", "[error::error]")
 Internal error messages.
 
 unitTest::errorTest::errorTest::TEST_CASE ("Internal error reports", "[error::error]")
 Internal error reports.
 
 unitTest::errorTest::errorTest::TEST_CASE ("Error messages", "[error::error]")
 Error messages.
 
 unitTest::errorTest::errorTest::TEST_CASE ("Error reports", "[error::error]")
 Error reports.
 
 unitTest::errorTest::errorTest::TEST_CASE ("Error macros", "[error::error]")
 Error macros.
 

Function Documentation

◆ TEST_CASE() [1/6]

unitTest::errorTest::errorTest::TEST_CASE ( "Error macros"  ,
""  [error::error] 
)

◆ TEST_CASE() [2/6]

unitTest::errorTest::errorTest::TEST_CASE ( "Error messages"  ,
""  [error::error] 
)

◆ TEST_CASE() [3/6]

unitTest::errorTest::errorTest::TEST_CASE ( "Error reports"  ,
""  [error::error] 
)

Error reports.

Definition at line 289 of file error_test.cpp.

References mx::error, mx::error_report(), mx::error_report< mx::verbose::o >(), and mx::noerror.

◆ TEST_CASE() [4/6]

◆ TEST_CASE() [5/6]

unitTest::errorTest::errorTest::TEST_CASE ( "Internal error reports"  ,
""  [error::error] 
)

◆ TEST_CASE() [6/6]

unitTest::errorTest::errorTest::TEST_CASE ( "Test error_t boolean operators and functions"  ,
""  [error::error] 
)

Test error_t boolean operators and functions.

Definition at line 17 of file error_test.cpp.

References mx::error, mx::isError(), mx::noerror, mx::operator!(), mx::operator!=(), and mx::operator==().