Chebyshev
Unit testing for scientific software
chebyshev::err::err_results Class Reference

error checking More...

Public Attributes

unsigned int totalChecks = 0
 
unsigned int failedChecks = 0
 Number of failed checks.
 
std::map< std::string, std::vector< assert_result > > assertResults {}
 Results of checking assertions.
 
std::map< std::string, std::vector< errno_result > > errnoResults {}
 Results of checking errno.
 
std::map< std::string, std::vector< exception_result > > exceptionResults {}
 Results of exception testing.
 

Detailed Description

error checking


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