Kernel Test Declarations and Macro Definitions. More...
#include <cassert>#include <exception>#include <functional>#include <iostream>#include <string>#include <utility>#include <vector>#include <scalestack/kernel/core.h>#include <scalestack/kernel/macros.h>Go to the source code of this file.
Data Structures | |
| class | scalestack::kernel::test_suite< T > |
Namespaces | |
| namespace | scalestack |
| namespace | scalestack::kernel |
Defines | |
| #define | test_case(_name) |
| #define | assert_exception(_method) |
Kernel Test Declarations and Macro Definitions.
Definition in file test.h.
| #define test_case | ( | _name | ) |
_test_cases.push_back(std::make_pair(SCALESTACK_QUOTE(_name), \ std::mem_fun(&_name)))
1.6.3