Chebyshev
Unit testing for scientific software
|
Error checking module. More...
#include <vector>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <iomanip>
#include "./core/common.h"
#include "./core/random.h"
#include "./core/output.h"
#include "./err/err_structures.h"
Go to the source code of this file.
Classes | |
class | chebyshev::err::err_settings |
Settings of the error testing module, used in err_context. More... | |
class | chebyshev::err::err_context |
Error checking context, for assertions and exception checking. More... | |
Namespaces | |
namespace | chebyshev |
General namespace of the framework. | |
namespace | chebyshev::err |
Error checking module. | |
Functions | |
err_context | chebyshev::err::make_context (const std::string &moduleName, int argc=0, const char **argv=nullptr) |
Construct an error checking context with the given parameters. | |
Error checking module.