Unit test for ecl exceptions. More...
#include <cstdio>#include <iostream>#include <ecl/config/ecl.hpp>#include "../../include/ecl/exceptions/exception.hpp"#include "../../include/ecl/exceptions/data_exception.hpp"#include "../../include/ecl/exceptions/macros.hpp"#include "../../include/ecl/exceptions/standard_exception.hpp"
Go to the source code of this file.
| Functions | |
| void | f (int i) | 
| int | main (int argc, char **argv) | 
Unit test for ecl exceptions.
Can't really gtest these, so this is more of a coverage test per se as well as an example of its usage.
Definition in file exceptions.cpp.
| void f | ( | int | i | ) | 
Definition at line 42 of file exceptions.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 55 of file exceptions.cpp.